LumiSoft Net Help
ResponseReceived Event
NamespacesLumiSoft.Net.SIP.StackSIP_StackResponseReceived
This event is raised when new stray SIP response is received. Stray response means that response doesn't match to any transaction.
Declaration Syntax
C#Visual BasicVisual C++F#
public event EventHandler<SIP_ResponseReceivedEventArgs> ResponseReceived
Public Event ResponseReceived As EventHandler(Of SIP_ResponseReceivedEventArgs)
public:
 event EventHandler<SIP_ResponseReceivedEventArgs^>^ ResponseReceived {
	void add (EventHandler<SIP_ResponseReceivedEventArgs^>^ value);
	void remove (EventHandler<SIP_ResponseReceivedEventArgs^>^ value);
}
member ResponseReceived : IEvent<EventHandler<SIP_ResponseReceivedEventArgs>,
    SIP_ResponseReceivedEventArgs>
Value

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