Request.StandardMethod Property

Definition

Efficient representation of common SIP method types.

public:
 property Microsoft::Rtc::Sip::Request::StandardMethodType StandardMethod { Microsoft::Rtc::Sip::Request::StandardMethodType get(); };
public Microsoft.Rtc.Sip.Request.StandardMethodType StandardMethod { get; }
Public ReadOnly Property StandardMethod As Request.StandardMethodType

Property Value

Remarks

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

Applies to