[Modify] Remove it

This commit is contained in:
sta 2021-05-13 19:37:20 +09:00
parent 685f777c7e
commit a1ef1f9091

View File

@ -216,11 +216,6 @@ namespace WebSocketSharp.Net
return _websocketContext; return _websocketContext;
} }
internal bool Register ()
{
return _listener.RegisterContext (this);
}
internal void SendAuthenticationChallenge ( internal void SendAuthenticationChallenge (
AuthenticationSchemes scheme, string realm AuthenticationSchemes scheme, string realm
) )