com.onlineobject.objectnet Namespace

IEmbeddedServer..::..Start Method (String, UInt16)

Starts the transport and begins listening for incoming connections.

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

Syntax


void Start(

	string address,

	ushort port

)

Parameters

address
Type: String
Target address
port
Type: UInt16
The local port on which to listen for connections.