C# Class 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.
Inheritance: IDisposable
Show file Open project: ngs-doo/revenj

Public Methods

Method Description
Close ( ) : void

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

S3Response ( ) : System

Protected Methods

Method Description
ProcessResponse ( ) : void

Private Methods

Method Description
CheckResponse ( HttpWebResponse response ) : void
CreateXmlReader ( ) : XmlReader
IDisposable ( ) : void

Method Details

Close() public method

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

ProcessResponse() protected method

protected ProcessResponse ( ) : void
return void

S3Response() public method

public S3Response ( ) : System
return System