The Typeproperty contains the SIP header type as a string.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Type 
As 
String
	
Get
Visual Basic (usage)
Dim 
instance 
As 

Header
Dim 
value 
As 
String

value = instance.
Type
C#
public 
string 
Type { 
get; }

Property value

Type: System . . :: . . String

Remarks

A header type is a string value such as "From", "To", "Contact", "Call-ID", or "CSeq".

See also