ResolveAsync Method (String, Int32, NetUtility.ResolveEndPointCallback)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Get IPv4 endpoint from notation (xxx.xxx.xxx.xxx) or hostname and port number (asynchronous version)

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public static void ResolveAsync(
	string ipOrHost,
	int port,
	NetUtility..::..ResolveEndPointCallback callback
)
Visual Basic
Public Shared Sub ResolveAsync ( _
	ipOrHost As String, _
	port As Integer, _
	callback As NetUtility..::..ResolveEndPointCallback _
)
Visual C++
public:
static void ResolveAsync(
	String^ ipOrHost, 
	int port, 
	NetUtility..::..ResolveEndPointCallback^ callback
)

Parameters

ipOrHost
Type: System..::..String

[Missing <param name="ipOrHost"/> documentation for "M:Lidgren.Network.NetUtility.ResolveAsync(System.String,System.Int32,Lidgren.Network.NetUtility.ResolveEndPointCallback)"]

port
Type: System..::..Int32

[Missing <param name="port"/> documentation for "M:Lidgren.Network.NetUtility.ResolveAsync(System.String,System.Int32,Lidgren.Network.NetUtility.ResolveEndPointCallback)"]

callback
Type: Lidgren.Network..::..NetUtility..::..ResolveEndPointCallback

[Missing <param name="callback"/> documentation for "M:Lidgren.Network.NetUtility.ResolveAsync(System.String,System.Int32,Lidgren.Network.NetUtility.ResolveEndPointCallback)"]

See Also