C# 클래스 Ninefold.Storage.Queries.GetListableTags

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

공개 메소드들

메소드 설명
GetListableTags ( string userId, string secret, IStorageCommandBuilder commandBuilder, IStorageCommandAuthenticator authenticator ) : System
ParseResponse ( WebResponse webResponse ) : ICommandResponse
Prepare ( ) : HttpWebRequest

메소드 상세

GetListableTags() 공개 메소드

public GetListableTags ( string userId, string secret, IStorageCommandBuilder commandBuilder, IStorageCommandAuthenticator authenticator ) : System
userId string
secret string
commandBuilder IStorageCommandBuilder
authenticator IStorageCommandAuthenticator
리턴 System

ParseResponse() 공개 메소드

public ParseResponse ( WebResponse webResponse ) : ICommandResponse
webResponse System.Net.WebResponse
리턴 ICommandResponse

Prepare() 공개 메소드

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