C# Class Ninefold.Compute.Queries.ListIsoPermissions

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

Public Methods

Method Description
ListIsoPermissions ( string apiKey, string secret, string baseUri, IComputeCommandAuthenticator authenticator, IComputeRequestBuilder builder ) : System
ParseResponse ( System webResponse ) : ICommandResponse
Prepare ( ) : HttpWebRequest

Method Details

ListIsoPermissions() public method

public ListIsoPermissions ( string apiKey, string secret, string baseUri, IComputeCommandAuthenticator authenticator, IComputeRequestBuilder builder ) : System
apiKey string
secret string
baseUri string
authenticator IComputeCommandAuthenticator
builder IComputeRequestBuilder
return System

ParseResponse() public method

public ParseResponse ( System webResponse ) : ICommandResponse
webResponse System
return ICommandResponse

Prepare() public method

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