com.onlineobject.objectnet Namespace

NetworkConnectionType Enumeration

Defines the types of network connections that can be established.

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

Syntax


public enum NetworkConnectionType

Members


Member nameDescription
Server Represents a server connection type where the current instance acts as a server.
Client Represents a client connection type where the current instance acts as a client.
Manual Represents a manual connection type where the connection parameters are set manually.