Méthode |
Description |
|
ConnectionUrl ( RequestMethod requestMethod, string bucketName = null, string path = null, string parameters = null ) : Uri |
|
|
FilterResponse ( string response ) : string |
|
|
GetAdditionalParameters ( RequestMethod requestMethod, string parameters ) : string |
|
|
Request ( RequestMethod requestMethod = RequestMethod.GET, string bucket = null, string path = null, byte content = null, string contentType = null, Bucket objectHead = null, bool withData = false, string parameters = null ) : System.Xml.Linq.XDocument |
|
|
RequestStream ( RequestMethod requestMethod = RequestMethod.GET, string bucket = null, string path = null, Stream content = null, string contentType = null, Bucket objectHead = null, bool withData = false, string parameters = null ) : System.Xml.Linq.XDocument |
|
|
SyndicateAuthValue ( string key, string signature ) : string |
|
|
SyndicateCanonicalHeaders ( RequestMethod requestMethod, string contentMd5, string contentType, string date ) : string |
|
|
SyndicateCanonicalResource ( RequestMethod requestMethod, string bucket, string path ) : string |
|
|