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

ファイルを表示 Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Public Methods

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

Private Methods

Method Description
HttpClientWrapper ( ) : System
VerifyCorrelationIdHeaderInReponse ( string>.Dictionary headers ) : void

Method Details

CreateResponseAsync() public static method

public static CreateResponseAsync ( HttpResponseMessage response ) : Task
response System.Net.Http.HttpResponseMessage
return Task

GetResponseAsync() public method

public GetResponseAsync ( ) : Task
return Task

GetResponseAsync() public method

public GetResponseAsync ( HttpClient client ) : Task
client System.Net.Http.HttpClient
return Task

HttpClientWrapper() public method

public HttpClientWrapper ( string uri, CallState callState ) : System
uri string
callState CallState
return System