SIPMessageExGetAllowedMethods Method |
Retrieves the allowed methods from the SIP message.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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:
ListString
See Also