Click or drag to resize

ClientConnection Properties

The ClientConnection type exposes the following members.

Properties
  Name Description
Public property Authenticated Gets or sets authenticated state of this ClientConnection.
Public property CipherIndex Gets current cipher index.
Public property ClientID Gets client ID of this ClientConnection.
Public property ClientNotFoundExceptionOccurred Gets or sets flag that indicates if the socket exception for "No client found for ID [Guid]" has been thrown.
Public property CommandChannel Gets IServer command channel.
Public property ConnectionID Gets the connection identification of this ClientConnection.
Public property DataChannel Gets or sets reference to UdpServer data channel, attaching to or detaching from events as needed, associated with this ClientConnection.
Public property Encoding Character encoding used to send messages to subscriber.
Public property IPAddress Gets the IP address of the remote client connection.
Public property IsConnected Gets connected state of the associated client socket.
Public property IsSubscribed Gets or sets IsSubscribed state.
Public property KeyIVs Gets active and standby keys and initialization vectors.
Public property LastCipherKeyUpdateTime Gets time of last cipher key update.
Public property Name Gets the subscriber name of this ClientConnection.
Public property OperationalModes Gets or sets a set of flags that define ways in which the subscriber and publisher communicate.
Public property PublishChannel Gets IServer publication channel - that is, data channel if defined otherwise command channel.
Public property SharedSecret Gets or sets shared secret used to lookup cipher keys only known to client and server.
Public property Status Gets a formatted message describing the status of this ClientConnection.
Public property SubscriberAcronym Gets or sets the subscriber acronym of this ClientConnection.
Public property SubscriberID Gets or sets the Guid based subscriber ID of this ClientConnection.
Public property SubscriberInfo Gets or sets subscriber info for this ClientConnection.
Public property SubscriberName Gets or sets the subscriber name of this ClientConnection.
Public property Subscription Gets or sets subscription associated with this ClientConnection.
Public property ValidIPAddresses Gets or sets the list of valid IP addresses that this client can connect from.
Top
See Also