SIPMessageExGetAllowedMethods Method |
Retrieves the allowed methods from the SIP message.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static List<string> GetAllowedMethods(
SIPMessage msg
)
Public Shared Function GetAllowedMethods (
msg As SIPMessage
) As List(Of String)
public:
static List<String^>^ GetAllowedMethods(
SIPMessage^ msg
)
static member GetAllowedMethods :
msg : SIPMessage -> List<string>
Parameters
- msg
- Type: Ozeki.VoIPSIPMessage
Return Value
Type:
ListStringSee Also