RealTimeConnectionManager.MaxHeaderNameLength Property
Gets or sets the maximum length for SignalingHeader Name.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Property MaxHeaderNameLength As Integer
Get
Set
'Usage
Dim value As Integer
value = RealTimeConnectionManager.MaxHeaderNameLength
RealTimeConnectionManager.MaxHeaderNameLength = value
public static int MaxHeaderNameLength { get; set; }
Property Value
Type: System.Int32
See Also
Reference
RealTimeConnectionManager Class