com.onlineobject.objectnet Namespace

ChannelDirection Enumeration

Defines the direction of communication in a network channel.

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

Syntax


public enum ChannelDirection

Members


Member nameDescription
Client Represents the client side of the communication channel.
Server Represents the server side of the communication channel.