Click or drag to resize

Connection Properties

The Connection 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 propertyLog
Log messages.
(Inherited from ProtocolSocket.)
Public propertyLogShutdownMessages
Controls whether shutdown messages should be logged to the message log.
Public propertyCode exampleProperties
Protocol and service properties.
(Inherited from ProtocolSocket.)
Public propertyStatic memberRegistry
A register of all open sockets.
Public propertyRunning
Returns whether the socket is still running.
(Overrides ProtocolSocketRunning.)
Public propertyShutdownMessage
Returns information logged when the socket was last shutdown, or null if the socket is open or was closed normally.
Top
See Also