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
Afficher le fichier Open project: ngs-doo/revenj

Méthodes publiques

Méthode Description
Close ( ) : void

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

S3Response ( ) : System

Méthodes protégées

Méthode Description
ProcessResponse ( ) : void

Private Methods

Méthode Description
CheckResponse ( HttpWebResponse response ) : void
CreateXmlReader ( ) : XmlReader
IDisposable ( ) : void

Method Details

Close() public méthode

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

ProcessResponse() protected méthode

protected ProcessResponse ( ) : void
Résultat void

S3Response() public méthode

public S3Response ( ) : System
Résultat System