LumiSoft Net Help
Handlers Property
NamespacesLumiSoft.Net.SIP.ProxySIP_ProxyHandlers
Gets SIP proxy request handlers collection.
Declaration Syntax
C#Visual BasicVisual C++F#
public List<SIP_ProxyHandler> Handlers { get; }
Public ReadOnly Property Handlers As List(Of SIP_ProxyHandler)
	Get
public:
property List<SIP_ProxyHandler^>^ Handlers {
	List<SIP_ProxyHandler^>^ get ();
}
member Handlers : List<SIP_ProxyHandler> with get
Property Value
List<(Of <(<'SIP_ProxyHandler>)>)>
Remarks
NOTE: Handlers with lower index number are processed first.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this property is accessed.

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