Edit

Share via


Header.StandardType Property

Definition

Efficient representation of common SIP header types.

public:
 property Microsoft::Rtc::Sip::Header::StandardHeaderType StandardType { Microsoft::Rtc::Sip::Header::StandardHeaderType get(); };
public Microsoft.Rtc.Sip.Header.StandardHeaderType StandardType { get; }
Public ReadOnly Property StandardType As Header.StandardHeaderType

Property Value

Remarks

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

Applies to