|
TransportCreateEndPoint Method
|
Creates an
IPEndPoint for the specified host name and port number.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax GSF.Communication.Transport.CreateEndPoint = function(hostNameOrAddress, port, stack);
View SourceParameters
- 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
IPEndPointAn
IPEndPoint object.
See Also