This event is raised when remote-party terminates dialog with BYE request.

C# | Visual Basic | Visual 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>


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