TestServer.HttpClient Property

 

Returns a new HttpClient which wraps the Handler and is capable of submitting requests to the OWIN pipeline.

Namespace:   Microsoft.Owin.Testing
Assembly:  Microsoft.Owin.Testing (in Microsoft.Owin.Testing.dll)

Syntax

public HttpClient HttpClient { get; }
public:
property HttpClient^ HttpClient {
    HttpClient^ get();
}
member HttpClient : HttpClient with get
Public ReadOnly Property HttpClient As HttpClient

Property Value

Type: System.Net.Http.HttpClient

Returns HttpClient.

See Also

TestServer Class
Microsoft.Owin.Testing Namespace

Return to top