From e67bea14a083f1e0a3e8ce6da38cd886ff660881 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 16 May 2021 15:37:50 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/HttpListener.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListener.cs b/websocket-sharp/Net/HttpListener.cs index ad313939..1890cc64 100644 --- a/websocket-sharp/Net/HttpListener.cs +++ b/websocket-sharp/Net/HttpListener.cs @@ -589,7 +589,7 @@ namespace WebSocketSharp.Net internal bool AuthenticateContext (HttpListenerContext context) { var req = context.Request; - var schm = SelectAuthenticationScheme (req); + var schm = selectAuthenticationScheme (req); if (schm == AuthenticationSchemes.Anonymous) return true;