Initializes a new instance of the
Endpoint class.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic Endpoint(
string address,
TransportType transport,
int port
)
Public Sub New (
address As String,
transport As TransportType,
port As Integer
)
public:
Endpoint(
String^ address,
TransportType transport,
int port
)
new :
address : string *
transport : TransportType *
port : int -> Endpoint
Parameters
- address String
- The IP address
- transport TransportType
- The transport type (UDP, TCP, etc.)
- port Int32
- The port
See Also