[Modify] Edit it
This commit is contained in:
parent
4c104ac681
commit
a3e4cea416
@ -38,8 +38,8 @@ namespace WebSocketSharp
|
|||||||
/// That event occurs when the WebSocket connection has been closed.
|
/// That event occurs when the WebSocket connection has been closed.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// If you would like to get the reason for the close, you should access
|
/// If you would like to get the reason for the connection close, you should
|
||||||
/// the <see cref="Code"/> or <see cref="Reason"/> property.
|
/// access the <see cref="Code"/> or <see cref="Reason"/> property.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class CloseEventArgs : EventArgs
|
public class CloseEventArgs : EventArgs
|
||||||
|
Loading…
Reference in New Issue
Block a user