LumiSoft Net Help
Allow Property
NamespacesLumiSoft.Net.SIP.StackSIP_StackAllow
Gets stack supported methods list.
Declaration Syntax
C#Visual BasicVisual C++F#
public List<string> Allow { get; }
Public ReadOnly Property Allow As List(Of String)
	Get
public:
property List<String^>^ Allow {
	List<String^>^ get ();
}
member Allow : List<string> with get
Property Value
List<(Of <(<'String>)>)>
Remarks
This value is appended to CreateRequest(String, SIP_t_NameAddress, SIP_t_NameAddress) created request Allow: header.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this class is Disposed and this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119