C# Class Ninefold.Storage.Commands.DeleteObject

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

Public Methods

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

Method Details

DeleteObject() public method

public DeleteObject ( string userId, string base64Secret, IStorageCommandBuilder commandBuilder, IStorageCommandAuthenticator authenticator ) : System.Net
userId string
base64Secret string
commandBuilder IStorageCommandBuilder
authenticator IStorageCommandAuthenticator
return System.Net

ParseResponse() public method

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

Prepare() public method

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