[Modify] Edit it
This commit is contained in:
parent
acc3a69094
commit
63299a641e
@ -270,10 +270,12 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
|
||||
/// <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 bool IsWebSocketRequest {
|
||||
get {
|
||||
|
Loading…
Reference in New Issue
Block a user