C# 클래스 Ninefold.Compute.Queries.ListIsoPermissions

상속: ICommand
파일 보기 프로젝트 열기: ninefold/ninefold-dotnet-api 1 사용 예제들

공개 메소드들

메소드 설명
ListIsoPermissions ( string apiKey, string secret, string baseUri, IComputeCommandAuthenticator authenticator, IComputeRequestBuilder builder ) : System
ParseResponse ( System webResponse ) : ICommandResponse
Prepare ( ) : HttpWebRequest

메소드 상세

ListIsoPermissions() 공개 메소드

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

ParseResponse() 공개 메소드

public ParseResponse ( System webResponse ) : ICommandResponse
webResponse System
리턴 ICommandResponse

Prepare() 공개 메소드

public Prepare ( ) : HttpWebRequest
리턴 System.Net.HttpWebRequest