ChannelSocket Constructor
Initializes a new instance of the ChannelSocket class with the specified direction and transport system.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public ChannelSocket( ChannelDirection direction, string transportSystem )
Parameters
- direction
- Type: com.onlineobject.objectnet..::..ChannelDirection
The direction of the channel (input/output).
- transportSystem
- Type: String
The transport system used by the channel (e.g., TCP, UDP).