C# Class Microsoft.WindowsAzure.Samples.Data.Services.Client.ClientHttpWebResponse

Inheritance: Microsoft.WindowsAzure.Samples.Data.Services.Client.HttpWebResponse
Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Méthodes publiques

Méthode Description
Close ( ) : void
GetResponseHeader ( string headerName ) : string
GetResponseStream ( ) : Stream

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ClientHttpWebResponse ( System innerResponse, ClientHttpWebRequest request ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetResponseHeader() public méthode

public GetResponseHeader ( string headerName ) : string
headerName string
Résultat string

GetResponseStream() public méthode

public GetResponseStream ( ) : Stream
Résultat Stream