Click or drag to resize
SIPUserAgentDetailsAllowedMethods Property
Gets the methods supported by the user-agent of the registered extension. If the list is empty, no Allow header sent by the UA and all methods are allowed.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public IEnumerable<string> AllowedMethods { get; set; }

Property Value

Type: IEnumerableString
Remarks
Optional property. It has value when Allow header is present in one of the SIP messages sent by the user-agent.
See Also