Click or drag to resize
INetworkConnector Properties

The INetworkConnector type exposes the following members.

Properties
  NameDescription
Public propertyAccess
Gets or sets the access settings for the connection. Unused if the connector is in active mode.
Public propertyAddress
Gets or sets the address of the machine to connect to. Unused if the connector is in passive mode.
Public propertyAuthentication
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.)
Public propertyConnection
Gets the first (or only) connection established by the connector.
(Inherited from IConnector.)
Public propertyConnectionStatus
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.)
Public propertyCountExceptions
Gets the number of exceptions ever encountered by the connector.
(Inherited from IConnector.)
Public propertyCreated
Gets the date and time, at UTC, that the connector was first created.
(Inherited from IConnector.)
Public propertyEstablishingConnections (Inherited from IConnector.)
Public propertyHasConnection
Gets a value indicating that the connector has established a connection with at least one end point.
(Inherited from IConnector.)
Public propertyIdleTimeout
Gets the period of inactivity (in milliseconds) before the connection is reset.
Public propertyIntent
Gets a description of the intended use of the connector. Only used for diagnostics.
(Inherited from IConnector.)
Public propertyIsPassive
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.)
Public propertyIsSingleConnection
Gets or sets a value indicating whether the connector supports multiple connections or a single connection.
(Inherited from IConnector.)
Public propertyLastException
Gets the last exception encountered by the connector.
(Inherited from IConnector.)
Public propertyName
Gets or sets the name of the connector.
(Inherited from IConnector.)
Public propertyPort
Gets or sets the port to connect or bind to.
Public propertyStaleMessageTimeout
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.)
Public propertyUseKeepAlive
Gets a value indicating that keep-alive packets are to be used instead of the connection reset value.
Top
See Also