C# 클래스 Primelabs.Twingly.MogileFsApi.MogileFsClient

상속: IMogileFs
파일 보기 프로젝트 열기: twingly/MogileFsApi 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( string domain, string key ) : void
GetFileBytes ( string domain, string key, int timeoutMilliseconds ) : byte[]
GetPaths ( string domain, string key, bool noVerify ) : IList
MogileFsClient ( Uri trackerUris ) : System
Rename ( string domain, string fromKey, string toKey ) : void
Sleep ( int seconds ) : void
StoreFile ( string domain, string key, string storageClass, Stream fileStream, int timeoutMilliseconds ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( string domain, string key ) : void
domain string
key string
리턴 void

GetFileBytes() 공개 메소드

public GetFileBytes ( string domain, string key, int timeoutMilliseconds ) : byte[]
domain string
key string
timeoutMilliseconds int
리턴 byte[]

GetPaths() 공개 메소드

public GetPaths ( string domain, string key, bool noVerify ) : IList
domain string
key string
noVerify bool
리턴 IList

MogileFsClient() 공개 메소드

public MogileFsClient ( Uri trackerUris ) : System
trackerUris System.Uri
리턴 System

Rename() 공개 메소드

public Rename ( string domain, string fromKey, string toKey ) : void
domain string
fromKey string
toKey string
리턴 void

Sleep() 공개 메소드

public Sleep ( int seconds ) : void
seconds int
리턴 void

StoreFile() 공개 메소드

public StoreFile ( string domain, string key, string storageClass, Stream fileStream, int timeoutMilliseconds ) : void
domain string
key string
storageClass string
fileStream Stream
timeoutMilliseconds int
리턴 void