|
|
|
@ -270,10 +270,12 @@ namespace WebSocketSharp.Net
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <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>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <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>
|
|
|
|
/// </value>
|
|
|
|
public bool IsWebSocketRequest {
|
|
|
|
public bool IsWebSocketRequest {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|