C# Class SharpGIS.GzipHttpWebResponse

Inheritance: System.Net.HttpWebResponse
Afficher le fichier Open project: sozialhelden/wheelmap-wp7

Méthodes publiques

Méthode Description
Close ( ) : void

Closes the response stream.

GetResponseStream ( ) : Stream

Gets the stream that is used to read the body of the response from the server.

GzipHttpWebResponse ( WebRequest request, IAsyncResult result ) : System

Initializes a new instance of the GzipHttpWebResponse class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Method Details

Close() public méthode

Closes the response stream.
public Close ( ) : void
Résultat void

Dispose() protected méthode

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged /// resources; false to release only unmanaged resources.
Résultat void

GetResponseStream() public méthode

Gets the stream that is used to read the body of the response from the server.
public GetResponseStream ( ) : Stream
Résultat Stream

GzipHttpWebResponse() public méthode

Initializes a new instance of the GzipHttpWebResponse class.
public GzipHttpWebResponse ( WebRequest request, IAsyncResult result ) : System
request System.Net.WebRequest The request.
result IAsyncResult The result.
Résultat System