[Modify] Polish it
This commit is contained in:
parent
574f232fb9
commit
e57da1b2f8
@ -49,7 +49,9 @@ namespace WebSocketSharp.Net.WebSockets
|
||||
|
||||
#region Internal Constructors
|
||||
|
||||
internal HttpListenerWebSocketContext (HttpListenerContext context, string protocol)
|
||||
internal HttpListenerWebSocketContext (
|
||||
HttpListenerContext context, string protocol
|
||||
)
|
||||
{
|
||||
_context = context;
|
||||
_websocket = new WebSocket (this, protocol);
|
||||
|
Loading…
Reference in New Issue
Block a user