nitpicks
This commit is contained in:
parent
553f963516
commit
6013140ae5
2 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ using System.Security.Cryptography;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Web;
|
using System.Web;
|
||||||
using System.Collections.Specialized;
|
using System.Collections.Specialized;
|
||||||
using Uwaa.HTTP.Websockets;
|
|
||||||
using Uwaa.HTTP.Responses;
|
using Uwaa.HTTP.Responses;
|
||||||
|
|
||||||
namespace Uwaa.HTTP;
|
namespace Uwaa.HTTP;
|
||||||
|
|
|
@ -15,7 +15,7 @@ public sealed class Websocket
|
||||||
public readonly HttpRequest Request;
|
public readonly HttpRequest Request;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The chosen sub-protocol requested by the client and supported by the server.
|
/// The chosen sub-protocol negotiated with the client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly string? SubProtocol;
|
public readonly string? SubProtocol;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue