C# 클래스 SharpGIS.GzipHttpWebResponse

상속: System.Net.HttpWebResponse
파일 보기 프로젝트 열기: sozialhelden/wheelmap-wp7

공개 메소드들

메소드 설명
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