Click or drag to resize

ConnectionPolicy Properties

The ConnectionPolicy type exposes the following members.

Properties
  NameDescription
Public propertyInitialReconnectInterval
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.
Public propertyKeepAliveCount
The number of unanswered TCP (transport-level) keep-alives after which the connection is considered lost.
Public propertyKeepAliveInterval
The TCP (transport level) keep-alive interval, in seconds. Set to zero to disable TCP keep-alives.
Public propertyLocalUdpPortMax
Property to set Maximum value of the local UDP Port in UDP port Range.
Public propertyLocalUdpPortMin
Property to set Minimum value of the local UDP Port in UDP port Range.
Public propertyMaintenanceTestTimeout
The maintenance test timeout value.
Public propertyMaxReconnectInterval
The maximum time interval between a connection failure and a reconnect attempt, in seconds. The default is 1800 seconds.
Public propertyPingInterval
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.
Public propertyPingTimeout
The amount of time to wait for a response to a server ping, in seconds. Set to zero to disable validation of server pings.
Public propertySignalingEnvironment
Information about the strategy to be used for establishing and re-establishing connections after a failure.
Public propertySignalingServerGroup
The signaling server group used by this connection policy.
Top
See Also