C# Class Ninefold.Storage.Queries.GetSystemMetadata

Inheritance: ICommand
Afficher le fichier Open project: ninefold/ninefold-dotnet-api Class Usage Examples

Méthodes publiques

Méthode Description
GetSystemMetadata ( string userId, string secret, IStorageCommandBuilder commandBuilder, IStorageCommandAuthenticator authenticator ) : System
ParseResponse ( WebResponse webResponse ) : ICommandResponse
Prepare ( ) : HttpWebRequest

Method Details

GetSystemMetadata() public méthode

public GetSystemMetadata ( string userId, string secret, IStorageCommandBuilder commandBuilder, IStorageCommandAuthenticator authenticator ) : System
userId string
secret string
commandBuilder IStorageCommandBuilder
authenticator IStorageCommandAuthenticator
Résultat System

ParseResponse() public méthode

public ParseResponse ( WebResponse webResponse ) : ICommandResponse
webResponse System.Net.WebResponse
Résultat ICommandResponse

Prepare() public méthode

public Prepare ( ) : HttpWebRequest
Résultat System.Net.HttpWebRequest