LumiSoft Mail Server User API
TransportError Event
Namespaces > LumiSoft.Net.SIP > SIP_Transaction > TransportError
Is raised when there is transport error.
Syntax
C#Visual BasicManaged C++
public event EventHandler TransportError
Public Event TransportError As EventHandler
public:
 event EventHandler^ TransportError {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}
Remarks
TU(transaction user) MUST treat it as if a 503 (Service Unavailable) status code has been received (more info RFC 3261 8.1.3.).

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)