Modified some xml doc comments

This commit is contained in:
sta 2014-03-10 17:06:14 +09:00
parent fd57782d69
commit e233e3def3

View File

@ -118,12 +118,12 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets the delegate called to validate the HTTP cookies included in the WebSocket /// Gets or sets the delegate called to validate the HTTP cookies included in a connection
/// connection request. /// request to the WebSocket service.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The delegate is called when the <see cref="WebSocket"/> used in the current session /// The delegate is called when the <see cref="WebSocket"/> used in the current session
/// validates the WebSocket connection request. /// validates the connection request.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <para> /// <para>
@ -160,12 +160,12 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets or sets the delegate called to validate the Origin header included in the WebSocket /// Gets or sets the delegate called to validate the Origin header included in a connection
/// connection request. /// request to the WebSocket service.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// The delegate is called when the <see cref="WebSocket"/> used in the current session /// The delegate is called when the <see cref="WebSocket"/> used in the current session
/// validates the WebSocket connection request. /// validates the connection request.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <para> /// <para>