HttpDocumentRetriever Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Exceptions
'httpClient' is null.