C# 클래스 Ninefold.Storage.Commands.SetObjectACL

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

공개 메소드들

메소드 설명
ParseResponse ( WebResponse response ) : ICommandResponse
Prepare ( ) : HttpWebRequest
SetObjectACL ( string userId, string base64Secret, IStorageCommandBuilder commandBuilder, IStorageCommandAuthenticator authenticator ) : System

메소드 상세

ParseResponse() 공개 메소드

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

Prepare() 공개 메소드

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

SetObjectACL() 공개 메소드

public SetObjectACL ( string userId, string base64Secret, IStorageCommandBuilder commandBuilder, IStorageCommandAuthenticator authenticator ) : System
userId string
base64Secret string
commandBuilder IStorageCommandBuilder
authenticator IStorageCommandAuthenticator
리턴 System