Edit

Share via


RealTimeServerConnectionManager.DefaultOutgoingConnectionTimeout Property

Definition

Gets or sets the default outgoing connection timeout value. If the connection is idle for the duration specified by this value, the connection will be disconnected. To disable, the value can be set to TimeSpan.Zero

public:
 property TimeSpan DefaultOutgoingConnectionTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan DefaultOutgoingConnectionTimeout { get; set; }
member this.DefaultOutgoingConnectionTimeout : TimeSpan with get, set
Public Property DefaultOutgoingConnectionTimeout As TimeSpan

Property Value

Exceptions

The value given is negative.

Applies to