C# Class Ninefold.Storage.Commands.SetUserMetadata

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

Méthodes publiques

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

Method Details

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

SetUserMetadata() public méthode

public SetUserMetadata ( string userId, string base64Secret, IStorageCommandBuilder commandBuilder, IStorageCommandAuthenticator authenticator ) : System
userId string
base64Secret string
commandBuilder IStorageCommandBuilder
authenticator IStorageCommandAuthenticator
Résultat System