[Modify] Edit it

This commit is contained in:
sta 2016-06-29 14:27:00 +09:00
parent 281c99f704
commit 4c18863084

View File

@ -103,10 +103,10 @@ namespace WebSocketSharp.Net.WebSockets
public abstract bool IsSecureConnection { get; }
/// <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>
/// <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>
public abstract bool IsWebSocketRequest { get; }