[Modify] Polish it

master
sta 8 years ago
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…
Cancel
Save