Added IsMoved property to the HttpResponse class
This commit is contained in:
		@@ -86,6 +86,12 @@ namespace WebSocketSharp
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    public bool IsMoved {
 | 
				
			||||||
 | 
					      get {
 | 
				
			||||||
 | 
					        return _code == "301";
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public bool IsProxyAuthenticationRequired {
 | 
					    public bool IsProxyAuthenticationRequired {
 | 
				
			||||||
      get {
 | 
					      get {
 | 
				
			||||||
        return _code == "407";
 | 
					        return _code == "407";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user