[TIBCO.EMS .NET Admin client library 6.3 documentation]

The ConnectionInfo type exposes the following members.

Properties

  NameDescription
Address
Get the IP address for this connection.
Admin
Indicates whether or not the connection is a connection from an administration client, either Admin or a client using this administration api.
ClientID
Get the clientID for this connection.
ClientType
Get the language that the application was written in.
ConsumerCount
Get the number of consumers for this connection.
FT
Indicates whether or not the connection is an FT connection, that is the connection has alternative URLs.
Host
Get the host for this connection.
ID
Get the connection ID for this connection.
ProducerCount
Get the number of producers for this connection.
SessionCount
Get the number of sessions for this connection.
SSLType
Get the type of SSL connection used, if any.
Started
Indicates whether or not the connection as been started by the client.
StartTime
Get the creation time, in milliseconds, for this connection.
Type
Get the connection type for this connection.
UncommittedCount
Get the number of uncommitted mesages that are pending for this connection.
UncommittedSize
Get the size of all uncommitted mesages that are pending for this connection.
UpTime
Get the time in milliseconds that this connection has been connected.
URL
Get the URL for this connection.
UserName
Get the username for this connection.
VersionInfo
Get the version of the software being run by the client that created this connection.
XA
Indicates whether or not the connection is an XA connection.

See Also