Occurs when the MultiProtocolFrameParser is setup as a listening connection and server connection has been stopped.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler ServerStopped
Public Event ServerStopped As EventHandler
public: event EventHandler^ ServerStopped { void add (EventHandler^ value); void remove (EventHandler^ value); }