C# Класс SharpGIS.GzipHttpWebResponse

Наследование: System.Net.HttpWebResponse
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Описание методов

Close() публичный Метод

Closes the response stream.
public Close ( ) : void
Результат void

Dispose() защищенный Метод

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.
Результат void

GetResponseStream() публичный Метод

Gets the stream that is used to read the body of the response from the server.
public GetResponseStream ( ) : Stream
Результат Stream

GzipHttpWebResponse() публичный Метод

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.
Результат System