From a1ef1f90917cef528f0c84dd5c461b5e5c4a9256 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 13 May 2021 19:37:20 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/HttpListenerContext.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs index bb054de0..12ed245b 100644 --- a/websocket-sharp/Net/HttpListenerContext.cs +++ b/websocket-sharp/Net/HttpListenerContext.cs @@ -216,11 +216,6 @@ namespace WebSocketSharp.Net return _websocketContext; } - internal bool Register () - { - return _listener.RegisterContext (this); - } - internal void SendAuthenticationChallenge ( AuthenticationSchemes scheme, string realm )