| INetworkConnector Properties |
The INetworkConnector type exposes the following members.
| Name | Description | |
|---|---|---|
| Access |
Gets or sets the access settings for the connection. Unused if the connector is
in active mode.
| |
| Address |
Gets or sets the address of the machine to connect to. Unused if the
connector is in passive mode.
| |
| Authentication |
Gets or sets the authentication to use with the connection. If this is set
then the other side must implement the same authentication.
(Inherited from IConnector.) | |
| Connection |
Gets the first (or only) connection established by the connector.
(Inherited from IConnector.) | |
| ConnectionStatus |
Gets the connection status. This only reflects the status of the connector -
individual connections being maintained by the connector have their own status.
(Inherited from IConnector.) | |
| CountExceptions |
Gets the number of exceptions ever encountered by the connector.
(Inherited from IConnector.) | |
| Created |
Gets the date and time, at UTC, that the connector was first created.
(Inherited from IConnector.) | |
| EstablishingConnections |
Gets a value that EstablishConnection has been called without a subsequent
call to CloseConnection.
(Inherited from IConnector.) | |
| HasConnection |
Gets a value indicating that the connector has established a connection with at
least one end point.
(Inherited from IConnector.) | |
| IdleTimeout |
Gets the period of inactivity (in milliseconds) before the connection is reset.
| |
| Intent |
Gets a description of the intended use of the connector. Only used for diagnostics.
(Inherited from IConnector.) | |
| 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.
(Inherited from IConnector.) | |
| IsSingleConnection |
Gets or sets a value indicating whether the connector supports multiple connections
or a single connection.
(Inherited from IConnector.) | |
| LastException |
Gets the last exception encountered by the connector.
(Inherited from IConnector.) | |
| Name |
Gets or sets the name of the connector.
(Inherited from IConnector.) | |
| Port |
Gets or sets the port to connect or bind to.
| |
| StaleMessageTimeout |
Gets the maximum age (in milliseconds) that a message can sit in the transmit queue
before it is considered stale and discarded.
(Inherited from IConnector.) | |
| UseKeepAlive |
Gets a value indicating that keep-alive packets are to be used instead of the
connection reset value.
|