Request.GetStandardMethod(String) Method

Definition

Returns a StandardMethodType enum value that matches the supplied method.

public:
 static Microsoft::Rtc::Sip::Request::StandardMethodType GetStandardMethod(System::String ^ method);
public static Microsoft.Rtc.Sip.Request.StandardMethodType GetStandardMethod (string method);
Public Shared Function GetStandardMethod (method As String) As Request.StandardMethodType

Parameters

method
String

Returns

Applies to