C# Класс Ninefold.Storage.Queries.GetSystemMetadata

Наследование: ICommand
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetSystemMetadata ( string userId, string secret, IStorageCommandBuilder commandBuilder, IStorageCommandAuthenticator authenticator ) : System
ParseResponse ( WebResponse webResponse ) : ICommandResponse
Prepare ( ) : HttpWebRequest

Описание методов

GetSystemMetadata() публичный Метод

public GetSystemMetadata ( string userId, string secret, IStorageCommandBuilder commandBuilder, IStorageCommandAuthenticator authenticator ) : System
userId string
secret string
commandBuilder IStorageCommandBuilder
authenticator IStorageCommandAuthenticator
Результат System

ParseResponse() публичный Метод

public ParseResponse ( WebResponse webResponse ) : ICommandResponse
webResponse System.Net.WebResponse
Результат ICommandResponse

Prepare() публичный Метод

public Prepare ( ) : HttpWebRequest
Результат System.Net.HttpWebRequest