[Modify] Remove it

This commit is contained in:
sta 2018-04-30 19:29:09 +09:00
parent 1af0b27c27
commit 000c0a76b4

View File

@ -497,15 +497,6 @@ namespace WebSocketSharp.Net.WebSockets
_tcpClient.Close ();
}
internal void SendAuthenticationChallenge (string challenge)
{
var res = HttpResponse.CreateUnauthorizedResponse (challenge);
var bytes = res.ToByteArray ();
_stream.Write (bytes, 0, bytes.Length);
_request = HttpRequest.Read (_stream, 15000);
}
#endregion
#region Public Methods