IConnector Properties |
The IConnector type exposes the following members.
Name | Description | |
---|---|---|
![]() | Authentication |
Gets or sets the authentication to use with the connection. If this is set
then the other side must implement the same authentication.
|
![]() | Connection |
Gets the first (or only) connection established by the connector.
|
![]() | ConnectionStatus |
Gets the connection status. This only reflects the status of the connector -
individual connections being maintained by the connector have their own status.
|
![]() | CountExceptions |
Gets the number of exceptions ever encountered by the connector.
|
![]() | Created |
Gets the date and time, at UTC, that the connector was first created.
|
![]() | EstablishingConnections |
Gets a value that EstablishConnection has been called without a subsequent
call to CloseConnection.
|
![]() | HasConnection |
Gets a value indicating that the connector has established a connection with at
least one end point.
|
![]() | Intent |
Gets a description of the intended use of the connector. Only used for diagnostics.
|
![]() | IsPassive |
Gets or sets a value indicating whether the connector waits for other things to
connect to it or it actively connects to other things.
|
![]() | IsSingleConnection |
Gets or sets a value indicating whether the connector supports multiple connections
or a single connection.
|
![]() | LastException |
Gets the last exception encountered by the connector.
|
![]() | Name |
Gets or sets the name of the connector.
|
![]() | StaleMessageTimeout |
Gets the maximum age (in milliseconds) that a message can sit in the transmit queue
before it is considered stale and discarded.
|