[Modify] Edit it

This commit is contained in:
sta 2018-04-14 21:26:38 +09:00
parent a71197f482
commit a0fea8f64c

View File

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