|
|
|
|
@ -38,8 +38,8 @@ namespace WebSocketSharp
|
|
|
|
|
/// That event occurs when the WebSocket connection has been closed.
|
|
|
|
|
/// </para>
|
|
|
|
|
/// <para>
|
|
|
|
|
/// If you would like to get the reason for the close, you should access
|
|
|
|
|
/// the <see cref="Code"/> or <see cref="Reason"/> property.
|
|
|
|
|
/// If you would like to get the reason for the connection close, you should
|
|
|
|
|
/// access the <see cref="Code"/> or <see cref="Reason"/> property.
|
|
|
|
|
/// </para>
|
|
|
|
|
/// </remarks>
|
|
|
|
|
public class CloseEventArgs : EventArgs
|
|
|
|
|
|