|
|
|
@ -35,8 +35,8 @@ using System.Security.Principal;
|
|
|
|
namespace WebSocketSharp.Net.WebSockets
|
|
|
|
namespace WebSocketSharp.Net.WebSockets
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Provides the properties used to access the information in a WebSocket connection request
|
|
|
|
/// Provides the properties used to access the information in
|
|
|
|
/// received by the <see cref="HttpListener"/>.
|
|
|
|
/// a WebSocket handshake request received by the <see cref="HttpListener"/>.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public class HttpListenerWebSocketContext : WebSocketContext
|
|
|
|
public class HttpListenerWebSocketContext : WebSocketContext
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|