Class RedirectHandler
This handler processes HTTP redirects and reissues the call to the redirected location.
public class RedirectHandler : PipelineHandler, IPipelineHandler
- Inheritance
-
RedirectHandler
- Implements
- Inherited Members
Constructors
RedirectHandler()
public RedirectHandler()
Methods
FinalizeForRedirect(IExecutionContext, string)
protected virtual void FinalizeForRedirect(IExecutionContext executionContext, string redirectedLocation)
Parameters
executionContext
IExecutionContextredirectedLocation
string
InvokeAsyncCallback(IAsyncExecutionContext)
Processes HTTP redirects and reissues the call to the redirected location.
protected override void InvokeAsyncCallback(IAsyncExecutionContext executionContext)
Parameters
executionContext
IAsyncExecutionContextThe execution context, it contains the request and response context.
InvokeSync(IExecutionContext)
Processes HTTP redirects and reissues the call to the redirected location.
public override void InvokeSync(IExecutionContext executionContext)
Parameters
executionContext
IExecutionContextThe execution context which contains both the requests and response context.