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
Показать файл Открыть проект

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

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