Protected method that is used to retrieve the header value. 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 
GetValue 
As 
String
Visual Basic (usage)
Dim 
returnValue 
As 
String

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

Return value

Type: System . . :: . . String

See also