Efficient representation of common SIP header types.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
StandardType 
As 

Header

.
.
::
.
.
StandardHeaderType
	
Get
Visual Basic (usage)
Dim 
instance 
As 

Header
Dim 
value 
As 

Header

.
.
::
.
.
StandardHeaderType

value = instance.
StandardType
C#
public 

Header

.
.
::
.
.
StandardHeaderType 
StandardType { 
get; }

Remarks

Values are simple integers that are more efficient to compare than strings. If the header type is not among the predefined values, NonstandardHeaderis returned.

See also