RealTimeServerConnectionManager.DefaultIncomingConnectionTimeout Property

Definition

Gets or sets the default time-out value for any incoming connections. Any incoming connection that is idle for the duration specified by this value will be disconnected. This value does not affect existing connections.

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

Property Value

Exceptions

Thrown when the value given is negative.

Applies to