Click or drag to resize

ClientT Properties

The ClientT generic type exposes the following members.

Properties
  NameDescription
Public propertyAddress
The address used to create this socket.
(Inherited from ProtocolSocket.)
Public propertyDownStream
The downstream socket.
(Inherited from ProtocolSocket.)
Public propertyID
A description of this socket.
(Inherited from ProtocolSocket.)
Public propertyIO
The IO services provided by the protocol.
Public propertyLog
Log messages.
(Inherited from ProtocolSocket.)
Public propertyLogShutdownMessages
Controls whether shutdown messages should be logged to the message log.
(Inherited from Connection.)
Public propertyCode exampleProperties
Protocol and service properties.
(Inherited from ProtocolSocket.)
Public propertyRunning
Returns whether the socket is still running.
(Inherited from Connection.)
Public propertyShutdownMessage
Returns information logged when the socket was last shutdown, or null if the socket is open or was closed normally.
(Inherited from Connection.)
Top
See Also