C# Class Primelabs.Twingly.MogileFsApi.MogileFsClient

Inheritance: IMogileFs
Afficher le fichier Open project: twingly/MogileFsApi Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Delete() public méthode

public Delete ( string domain, string key ) : void
domain string
key string
Résultat void

GetFileBytes() public méthode

public GetFileBytes ( string domain, string key, int timeoutMilliseconds ) : byte[]
domain string
key string
timeoutMilliseconds int
Résultat byte[]

GetPaths() public méthode

public GetPaths ( string domain, string key, bool noVerify ) : IList
domain string
key string
noVerify bool
Résultat IList

MogileFsClient() public méthode

public MogileFsClient ( Uri trackerUris ) : System
trackerUris System.Uri
Résultat System

Rename() public méthode

public Rename ( string domain, string fromKey, string toKey ) : void
domain string
fromKey string
toKey string
Résultat void

Sleep() public méthode

public Sleep ( int seconds ) : void
seconds int
Résultat void

StoreFile() public méthode

public StoreFile ( string domain, string key, string storageClass, Stream fileStream, int timeoutMilliseconds ) : void
domain string
key string
storageClass string
fileStream Stream
timeoutMilliseconds int
Résultat void