com.onlineobject.objectnet Namespace

NetworkClient Constructor (String, UInt16, Int32)

Initializes a new instance of the NetworkClient class with specified IP, port, and connection ID.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public NetworkClient(

	string ip,

	ushort port,

	int connectionId

)

Parameters

ip
Type: String
The IP address of the client.
port
Type: UInt16
The port number of the client.
connectionId
Type: Int32
The unique identifier for the connection.