Maximum length for SignalingHeader Value.

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

Syntax

Visual Basic (Declaration)
Public 
Shared 
Property 
MaxHeaderValueLength 
As 
Integer
C#
public 
static 
int 
MaxHeaderValueLength { 
get; 
set; }
Visual C++
public:
static 
property 
int 
MaxHeaderValueLength {
	
int 
get ();
	
void 
set (
int 
value);
}
JavaScript

Microsoft.Rtc.Signaling.RealTimeConnectionManager.get_
maxHeaderValueLength = 
function();

Microsoft.Rtc.Signaling.RealTimeConnectionManager.set_
maxHeaderValueLength = 
function(
value);

See Also