Click or drag to resize
SIPMessageExGetAllowedMethods Method
Retrieves the allowed methods from the SIP message.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static List<string> GetAllowedMethods(
	SIPMessage msg
)

Parameters

msg
Type: Ozeki.VoIPSIPMessage

Return Value

Type: ListString
See Also