[Modify] Edit it

This commit is contained in:
sta 2016-06-30 14:44:13 +09:00
parent 8a048e0408
commit 61e33f5c74

View File

@ -148,10 +148,10 @@ namespace WebSocketSharp.Net.WebSockets
} }
/// <summary> /// <summary>
/// Gets a value indicating whether the request is a WebSocket connection request. /// Gets a value indicating whether the request is a WebSocket handshake request.
/// </summary> /// </summary>
/// <value> /// <value>
/// <c>true</c> if the request is a WebSocket connection request; otherwise, <c>false</c>. /// <c>true</c> if the request is a WebSocket handshake request; otherwise, <c>false</c>.
/// </value> /// </value>
public override bool IsWebSocketRequest { public override bool IsWebSocketRequest {
get { get {