Protected method that is used to retrieve the header value without parameters. Derived classes can override this method, for example, to synthesize the value from an internal representation.

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

Syntax

Visual Basic (declaration)
Protected Friend 
Overridable 
Function 
GetValueNoParameters 
As 
String
Visual Basic (usage)
Dim 
returnValue 
As 
String

returnValue = 
Me.
GetValueNoParameters()
C#
protected internal 
virtual 
string 
GetValueNoParameters()

Return value

Type: System . . :: . . String

See also