Share via


DefaultIncomingConnectionTimeout Property

Gets or sets the default time-out value for any incoming connections.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property DefaultIncomingConnectionTimeout As TimeSpan
    Get
    Set
'Usage
Dim instance As RealTimeServerConnectionManager
Dim value As TimeSpan

value = instance.DefaultIncomingConnectionTimeout

instance.DefaultIncomingConnectionTimeout = value
public TimeSpan DefaultIncomingConnectionTimeout { get; set; }

Property Value

Type: System..::..TimeSpan

Exceptions

Exception Condition
ArgumentOutOfRangeException

Thrown when the value given is negative.

Remarks

Any incoming connection that is idle for the duration specified by this value is disconnected. This value does not affect existing connections.

See Also

Reference

RealTimeServerConnectionManager Class

RealTimeServerConnectionManager Members

Microsoft.Rtc.Signaling Namespace