com.onlineobject.objectnet Namespace

TransportServerBind Enumeration

Defines the binding strategy for a transport server.

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

Syntax


public enum TransportServerBind

Members


Member nameDescription
UseAnyAddress Indicates that the server should bind to any available address.
UseFixedAddress Indicates that the server should bind to a specific, fixed address.