C-DEngine 5.105

CloseEventArgs Class

Represents the event data for the OnClose event.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public class CloseEventArgs : EventArgs
Public Class CloseEventArgs _
	Inherits EventArgs
public ref class CloseEventArgs : public EventArgs

Remarks


A OnClose event occurs when the WebSocket connection has been closed.

If you would like to get the reason for the close, you should access the Code or Reason property.

Inheritance Hierarchy


Object
  EventArgs
    WebSocketSharp..::..CloseEventArgs