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