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 ( |
Initializes a new instance of the GzipHttpWebResponse class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public GzipHttpWebResponse ( |
||
request | The request. | |
result | IAsyncResult | The result. |
return | System |