Click or drag to resize

SIPMessageExGetAllowedMethods Method

Retrieves the allowed methods from the SIP message.

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

Parameters

msg
Type: Ozeki.VoIPSIPMessage

Return Value

Type: ListString
See Also