com.onlineobject.objectnet Namespace

Channel Constructor

Initializes a new instance of the Channel class with the specified direction and transport system.

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

Syntax


public Channel(

	ChannelDirection direction,

	string transportSystem

)

Parameters

direction
Type: com.onlineobject.objectnet..::..ChannelDirection
The direction of the channel (server or client).
transportSystem
Type: String
The class name of the transport system to be used.