C# Class SharpGIS.GzipHttpWebResponse

Inheritance: System.Net.HttpWebResponse
Exibir arquivo Open project: sozialhelden/wheelmap-wp7

Public Methods

Method 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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Method Details

Close() public method

Closes the response stream.
public Close ( ) : void
return void

Dispose() protected method

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.
return void

GetResponseStream() public method

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

GzipHttpWebResponse() public method

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.
return System