Mocker..::..HttpClient Property

The virtual mock http client that is used by mocker unless overridden with the Strict property.

Namespace:  FastMoq
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


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

Field Value

The HTTP client.