C# Class System.Net.Http.AutoRedirectTests

Show file Open project: damianh/OwinHttpMessageHandler

Public Methods

Method Description
AutoRedirectTests ( ) : System.Collections.Generic

Private Methods

Method Description
Can_auto_redirect_with_absolute_location ( int code ) : System.Threading.Tasks.Task
Can_auto_redirect_with_relative_location ( int code ) : System.Threading.Tasks.Task
Can_set_redirect_limit ( ) : System.Threading.Tasks.Task
Does_not_redirect_on_POST_and_307 ( ) : System.Threading.Tasks.Task
Keeps_method_on_a_307 ( ) : System.Threading.Tasks.Task
On_redirect_retains_request_headers ( string header, string value ) : System.Threading.Tasks.Task
On_redirect_strips_authorization_header ( ) : System.Threading.Tasks.Task
Should_set_cookie_on_redirect ( string path ) : System.Threading.Tasks.Task
When_caught_in_a_redirect_loop_should_throw ( ) : System.Threading.Tasks.Task

Method Details

AutoRedirectTests() public method

public AutoRedirectTests ( ) : System.Collections.Generic
return System.Collections.Generic