Modified some xml doc comments in CloseEventArgs.cs
This commit is contained in:
parent
8989cb8c49
commit
4e50200dcc
@ -35,9 +35,14 @@ namespace WebSocketSharp
|
|||||||
/// Contains the event data associated with a <see cref="WebSocket.OnClose"/> event.
|
/// Contains the event data associated with a <see cref="WebSocket.OnClose"/> event.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// A <see cref="WebSocket.OnClose"/> event occurs when the WebSocket connection has been closed.
|
/// <para>
|
||||||
/// If you would like to get the reason for the close, you should access the <see cref="Code"/> or
|
/// A <see cref="WebSocket.OnClose"/> event occurs when the WebSocket connection has been
|
||||||
/// <see cref="Reason"/> property.
|
/// closed.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// If you would like to get the reason for the close, you should access
|
||||||
|
/// the <see cref="CloseEventArgs.Code"/> or <see cref="CloseEventArgs.Reason"/> property.
|
||||||
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class CloseEventArgs : EventArgs
|
public class CloseEventArgs : EventArgs
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user