[Modify] Edit it
This commit is contained in:
parent
bee3ef7486
commit
72634c8331
@ -108,10 +108,12 @@ namespace WebSocketSharp.Net.WebSockets
|
|||||||
public abstract bool IsSecureConnection { get; }
|
public abstract bool IsSecureConnection { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <value>
|
/// <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>
|
/// </value>
|
||||||
public abstract bool IsWebSocketRequest { get; }
|
public abstract bool IsWebSocketRequest { get; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user