com.onlineobject.objectnet Namespace

IEmbeddedServer Members

The IEmbeddedServer type exposes the following members.

Methods


  Name Description
Public method Close
Closes an active connection.
Public method Shutdown
Closes all existing connections and stops listening for new connections.
Public method Start(UInt16)
Starts the transport and begins listening for incoming connections.
Public method Start(String, UInt16)
Starts the transport and begins listening for incoming connections.

Properties


  Name Description
Public property Port
The local port that the server is running on.

Events


  Name Description
Public event Connected
Invoked when a connection is established at the transport level.