LumiSoft Net Help
Supported Property
NamespacesLumiSoft.Net.SIP.StackSIP_StackSupported
Gets stack supported extentions list.
Declaration Syntax
C#Visual BasicVisual C++F#
public List<string> Supported { get; }
Public ReadOnly Property Supported As List(Of String)
	Get
public:
property List<String^>^ Supported {
	List<String^>^ get ();
}
member Supported : 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 Supported: 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