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

Inheritance: IHttpWebResponse
ファイルを表示 Open project: AzureAD/microsoft-authentication-library-for-dotnet

Public Methods

Method Description
Dispose ( ) : void
MsalHttpWebResponse ( Stream responseStream, string>.Dictionary headers, HttpStatusCode statusCode ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MsalHttpWebResponse() public method

public MsalHttpWebResponse ( Stream responseStream, string>.Dictionary headers, HttpStatusCode statusCode ) : System
responseStream Stream
headers string>.Dictionary
statusCode HttpStatusCode
return System