Share via


MaxParameterCount Property

Gets or sets the maximum number of parameters allowed in a signaling header or URI.

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

Syntax

'Declaration
Public Shared Property MaxParameterCount As Integer
    Get
    Set
'Usage
Dim value As Integer

value = RealTimeConnectionManager.MaxParameterCount

RealTimeConnectionManager.MaxParameterCount = value
public static int MaxParameterCount { get; set; }

Property Value

Type: System..::..Int32

See Also

Reference

RealTimeConnectionManager Class

RealTimeConnectionManager Members

Microsoft.Rtc.Signaling Namespace