Click or drag to resize

TransportCreateEndPoint Method

Creates an IPEndPoint for the specified host name and port number.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public static IPEndPoint CreateEndPoint(
	string hostNameOrAddress,
	int port,
	IPStack stack
)
View Source

Parameters

hostNameOrAddress  String
The host name or IP address to resolve.
port  Int32
The port number to be associated with the address.
stack  IPStack
Desired IP stack to use.

Return Value

IPEndPoint
An IPEndPoint object.
See Also