[Modify] Remove it

This commit is contained in:
sta 2021-04-18 16:13:29 +09:00
parent 5adc1ca3b2
commit 502641cf11

View File

@ -602,12 +602,6 @@ namespace WebSocketSharp.Net
}
}
internal void RemoveConnection (HttpConnection connection)
{
lock (_connectionsSync)
_connections.Remove (connection);
}
internal AuthenticationSchemes SelectAuthenticationScheme (
HttpListenerRequest request
)