com.onlineobject.objectnet Namespace

NetworkTransportEntry Constructor

Initializes a new instance of the NetworkTransportEntry class.

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

Syntax


public NetworkTransportEntry(

	int code,

	string name,

	string server,

	string client,

	bool allowRemove

)

Parameters

code
Type: Int32
The code.
name
Type: String
The name.
server
Type: String
The server.
client
Type: String
The client.
allowRemove
Type: Boolean
if set to true [allow remove].