Ozeki VoIP SDK Class library
AllowedMethods Property
NamespacesOzeki.VoIP.SIPSIPUserAgentDetailsAllowedMethods
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.
Declaration Syntax
C#Visual BasicVisual C++
public IEnumerable<string> AllowedMethods { get; set; }
Public Property AllowedMethods As IEnumerable(Of String)
	Get
	Set
public:
property IEnumerable<String^>^ AllowedMethods {
	IEnumerable<String^>^ get ();
	void set (IEnumerable<String^>^ value);
}
Property Value
IEnumerable<(Of <(<'String>)>)>
Remarks
Optional property. It has value when Allow header is present in one of the SIP messages sent by the user-agent.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290