LumiSoft Net Help
TerminatedByRemoteParty Event
NamespacesLumiSoft.Net.SIP.StackSIP_Dialog_InviteTerminatedByRemoteParty
This event is raised when remote-party terminates dialog with BYE request.
Declaration Syntax
C#Visual BasicVisual C++F#
public event EventHandler<SIP_RequestReceivedEventArgs> TerminatedByRemoteParty
Public Event TerminatedByRemoteParty As EventHandler(Of SIP_RequestReceivedEventArgs)
public:
 event EventHandler<SIP_RequestReceivedEventArgs^>^ TerminatedByRemoteParty {
	void add (EventHandler<SIP_RequestReceivedEventArgs^>^ value);
	void remove (EventHandler<SIP_RequestReceivedEventArgs^>^ value);
}
member TerminatedByRemoteParty : IEvent<EventHandler<SIP_RequestReceivedEventArgs>,
    SIP_RequestReceivedEventArgs>
Value
Remarks
This event is useful only if the application is interested in processing the headers in the BYE message.

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