C# 클래스 LitS3.S3Response

Provides a base class which encapsulates an Amazon REST WebResponse and sets up an appropriate XmlReader for the kinds of XML data Amazon sends back.
상속: IDisposable
파일 보기 프로젝트 열기: ngs-doo/revenj

공개 메소드들

메소드 설명
Close ( ) : void

Closes our response stream. You must call this method when you are finished with this response.

S3Response ( ) : System

보호된 메소드들

메소드 설명
ProcessResponse ( ) : void

비공개 메소드들

메소드 설명
CheckResponse ( HttpWebResponse response ) : void
CreateXmlReader ( ) : XmlReader
IDisposable ( ) : void

메소드 상세

Close() 공개 메소드

Closes our response stream. You must call this method when you are finished with this response.
public Close ( ) : void
리턴 void

ProcessResponse() 보호된 메소드

protected ProcessResponse ( ) : void
리턴 void

S3Response() 공개 메소드

public S3Response ( ) : System
리턴 System