class WebSocket.DisconnectedHandler
Event handler which fires when the WebSocket disconnects from the server.
statusThe close status code from the server, or 0 if there was none. See known values here: https://developer.mozilla.org/en-US/docs/Web/API/CloseEventreasonThe reason string for closing the connection. This may not be populated, may be from the server, or may be a client exception message.
public void Invoke( int status, string reason )
😔 No documentation found.
public IAsyncResult BeginInvoke( int status, string reason, AsyncCallback callback, object object )
😔 No documentation found.
public void EndInvoke( IAsyncResult result )
😔 No documentation found.
public void GetObjectData( SerializationInfo info, StreamingContext context )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public Delegate[] GetInvocationList( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public object Target { get; }
😔 No documentation found.
public object Clone( )
😔 No documentation found.
public bool get_HasSingleTarget( )
😔 No documentation found.
public object DynamicInvoke( object[] args )
😔 No documentation found.
public MethodInfo Method { get; }
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public WebSocket.DisconnectedHandler( object object, IntPtr method )
😔 No documentation found.