|
|
|
@ -49,7 +49,9 @@ namespace WebSocketSharp.Net.WebSockets
|
|
|
|
|
|
|
|
|
|
|
|
#region Internal Constructors
|
|
|
|
#region Internal Constructors
|
|
|
|
|
|
|
|
|
|
|
|
internal HttpListenerWebSocketContext (HttpListenerContext context, string protocol)
|
|
|
|
internal HttpListenerWebSocketContext (
|
|
|
|
|
|
|
|
HttpListenerContext context, string protocol
|
|
|
|
|
|
|
|
)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_context = context;
|
|
|
|
_context = context;
|
|
|
|
_websocket = new WebSocket (this, protocol);
|
|
|
|
_websocket = new WebSocket (this, protocol);
|
|
|
|
|