Edit

Share via


Header.Type Property

Definition

The Type property contains the SIP header type as a string.

public:
 property System::String ^ Type { System::String ^ get(); };
public string Type { get; }
Public ReadOnly Property Type As String

Property Value

Remarks

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

Applies to