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

Inheritance: IHttpWebResponse
Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet

Méthodes publiques

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

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MsalHttpWebResponse() public méthode

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