HandleResponse() 공개 메소드

Handles the HttpWebResponse by extracting the cookies.
public HandleResponse ( object connection ) : void
connection object Connection instance of the response
리턴 void
 public void DoNotFailOnNonHTTPResponse() {
     using (var auth = new PersistentStandardAuthenticationProvider(this.storage.Object, this.url)) {
         auth.HandleResponse(new Mock<WebResponse>().Object);
     }
 }