NatTransportConnect Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool Connect(
string remoteEndPoint,
int remotePort
)
Public Function Connect (
remoteEndPoint As String,
remotePort As Integer
) As Boolean
public:
virtual bool Connect(
String^ remoteEndPoint,
int remotePort
) sealed
abstract Connect :
remoteEndPoint : string *
remotePort : int -> bool
override Connect :
remoteEndPoint : string *
remotePort : int -> bool
Parameters
- remoteEndPoint
- Type: SystemString
- remotePort
- Type: SystemInt32
Return Value
Type:
BooleanImplements
ITransportConnect(String, Int32)See Also