Org.Apache.Http.Client.IRedirectHandler Members

The members of Org.Apache.Http.Client.IRedirectHandler are listed below.

Public Methods

GetLocationURI(Org.Apache.Http.IHttpResponse, Org.Apache.Http.Protocol.IHttpContext) : Java.Net.URI
Determines the location request is expected to be redirected to given the response from the target server and the current request execution context.
IsRedirectRequested(Org.Apache.Http.IHttpResponse, Org.Apache.Http.Protocol.IHttpContext) : bool
Determines if a request should be redirected to a new location given the response from the target server.