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