diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 5b15a8ff..3d9e56ad 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -108,10 +108,12 @@ namespace WebSocketSharp.Net.WebSockets public abstract bool IsSecureConnection { get; } /// - /// Gets a value indicating whether the request is a WebSocket handshake request. + /// Gets a value indicating whether the request is a WebSocket handshake + /// request. /// /// - /// true if the request is a WebSocket handshake request; otherwise, false. + /// true if the request is a WebSocket handshake request; otherwise, + /// false. /// public abstract bool IsWebSocketRequest { get; }