C# Class Ninefold.Storage.Commands.SetUserMetadata

Inheritance: ICommand
Mostra file Open project: ninefold/ninefold-dotnet-api Class Usage Examples

Public Methods

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

Method Details

ParseResponse() public method

public ParseResponse ( WebResponse webResponse ) : ICommandResponse
webResponse System.Net.WebResponse
return ICommandResponse

Prepare() public method

public Prepare ( ) : HttpWebRequest
return System.Net.HttpWebRequest

SetUserMetadata() public method

public SetUserMetadata ( string userId, string base64Secret, IStorageCommandBuilder commandBuilder, IStorageCommandAuthenticator authenticator ) : System
userId string
base64Secret string
commandBuilder IStorageCommandBuilder
authenticator IStorageCommandAuthenticator
return System