diff --git a/websocket-sharp/HttpResponse.cs b/websocket-sharp/HttpResponse.cs index ef15a099..bec42890 100644 --- a/websocket-sharp/HttpResponse.cs +++ b/websocket-sharp/HttpResponse.cs @@ -71,15 +71,6 @@ namespace WebSocketSharp #region Public Properties - public AuthenticationChallenge AuthenticationChallenge { - get { - var chal = Headers["WWW-Authenticate"]; - return chal != null && chal.Length > 0 - ? AuthenticationChallenge.Parse (chal) - : null; - } - } - public CookieCollection Cookies { get { return Headers.GetCookies (true);