ConnectionPolicy Properties |
The ConnectionPolicy type exposes the following members.
| Name | Description | |
|---|---|---|
| InitialReconnectInterval |
The initial time interval between a connection failure and a
reconnect attempt, in seconds. Set to zero to disable automatic
reconnection attempts. The default is 2 seconds.
| |
| KeepAliveCount |
The number of unanswered TCP (transport-level) keep-alives after
which the connection is considered lost.
| |
| KeepAliveInterval |
The TCP (transport level) keep-alive interval, in seconds. Set to
zero to disable TCP keep-alives.
| |
| LocalUdpPortMax |
Property to set Maximum value of the local UDP Port in UDP port Range.
| |
| LocalUdpPortMin |
Property to set Minimum value of the local UDP Port in UDP port Range.
| |
| MaintenanceTestTimeout |
The maintenance test timeout value.
| |
| MaxReconnectInterval |
The maximum time interval between a connection failure and a
reconnect attempt, in seconds. The default is 1800 seconds.
| |
| PingInterval |
The time interval at which a ping is sent to a server to verify that
it is responsive, in seconds. Set to zero to disabling server pings.
| |
| PingTimeout |
The amount of time to wait for a response to a server ping, in
seconds. Set to zero to disable validation of server pings.
| |
| SignalingEnvironment |
Information about the strategy to be used for establishing
and re-establishing connections after a failure.
| |
| SignalingServerGroup |
The signaling server group used by this connection policy.
|