[Modify] Polish it
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user