C# Class Microsoft.Identity.Client.Internal.HttpClientWrapper

Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
CreateResponseAsync ( HttpResponseMessage response ) : Task
GetResponseAsync ( ) : Task
GetResponseAsync ( HttpClient client ) : Task
HttpClientWrapper ( string uri, CallState callState ) : System

Private Methods

Méthode Description
HttpClientWrapper ( ) : System
VerifyCorrelationIdHeaderInReponse ( string>.Dictionary headers ) : void

Method Details

CreateResponseAsync() public static méthode

public static CreateResponseAsync ( HttpResponseMessage response ) : Task
response System.Net.Http.HttpResponseMessage
Résultat Task

GetResponseAsync() public méthode

public GetResponseAsync ( ) : Task
Résultat Task

GetResponseAsync() public méthode

public GetResponseAsync ( HttpClient client ) : Task
client System.Net.Http.HttpClient
Résultat Task

HttpClientWrapper() public méthode

public HttpClientWrapper ( string uri, CallState callState ) : System
uri string
callState CallState
Résultat System