C# Class Ninefold.Storage.Commands.SetObjectACL

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

Méthodes publiques

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

Method Details

ParseResponse() public méthode

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

Prepare() public méthode

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

SetObjectACL() public méthode

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