TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

ConnectionInfo Properties

The properties of the ConnectionInfo class are listed below. For a complete list of ConnectionInfo class members, see the ConnectionInfo Members topic.

Public Instance Properties

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.
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

ConnectionInfo Class | TIBCO.EMS.ADMIN Namespace