Share via


HttpDocumentRetriever Constructors

Definition

Overloads

HttpDocumentRetriever()

Initializes a new instance of the HttpDocumentRetriever class.

HttpDocumentRetriever(HttpClient)

Initializes a new instance of the HttpDocumentRetriever class with a specified httpClient.

HttpDocumentRetriever()

Initializes a new instance of the HttpDocumentRetriever class.

public HttpDocumentRetriever ();
Public Sub New ()

Applies to

HttpDocumentRetriever(HttpClient)

Initializes a new instance of the HttpDocumentRetriever class with a specified httpClient.

public HttpDocumentRetriever (System.Net.Http.HttpClient httpClient);
new Microsoft.IdentityModel.Protocols.HttpDocumentRetriever : System.Net.Http.HttpClient -> Microsoft.IdentityModel.Protocols.HttpDocumentRetriever
Public Sub New (httpClient As HttpClient)

Parameters

httpClient
HttpClient

HttpClient

Exceptions

'httpClient' is null.

Applies to