C# Class Ninefold.Storage.Queries.GetObjectACL

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

Public Methods

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

Method Details

GetObjectACL() public method

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

ParseResponse() public method

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

Prepare() public method

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