com.onlineobject.objectnet Namespace

ChannelSocket Class

Represents a network channel that uses sockets for communication.

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

Syntax


public class ChannelSocket : Channel

Remarks


The ChannelSocket class extends the Channel class, providing specific implementations for socket-based communication channels.

Inheritance Hierarchy


Object
  com.onlineobject.objectnet..::..ChannelBase
    com.onlineobject.objectnet..::..Channel
      com.onlineobject.objectnet..::..ChannelSocket