Initializes a new instance of the
Endpoint class
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
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 -> EndpointParameters
- address String
-
- transport TransportType
-
- port Int32
-
See Also