com.onlineobject.objectnet Namespace

EmbeddedTcpServer Constructor (IPAddress, Int32)

Initializes the transport, binding the socket to a specific IP address.

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

Syntax


public EmbeddedTcpServer(

	IPAddress listenAddress,

	int socketBufferSize

)

Parameters

listenAddress
Type: IPAddress
The IP address to bind the socket to.
socketBufferSize
Type: Int32
How big the socket's send and receive buffers should be.