Protected method that is used to set the header value without parameters. A derived class can override this method, for example, to parse the value into an internal representation.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Protected Friend 
Overridable 
Sub 
SetValueNoParameters ( _
	
value 
As 
String _
)
Visual Basic (usage)
Dim 
value 
As 
String

Me.
SetValueNoParameters(
value)
C#
protected internal 
virtual 
void 
SetValueNoParameters(
	
string 
value
)

Parameters

value
Type: System . . :: . . String

See also