Click or drag to resize
OssClient Constructor
Overload List
  NameDescription
Public methodOssClient(String, ICredentialsProvider)
Creates an instance with specified credential information.
Public methodOssClient(Uri, ICredentialsProvider)
Creates an instance with specified endpoint and credential information.
Public methodOssClient(String, ICredentialsProvider, ClientConfiguration)
Creates an instance with specified credential information and client side configuration.
Public methodOssClient(String, String, String)
Creates an instance of OssClient with OSS endpoint, access key Id, access key secret (cound be found from web console).
Public methodOssClient(Uri, ICredentialsProvider, ClientConfiguration)
Creates an instance with specified endpoint, credential information and credential information.
Public methodOssClient(Uri, String, String)
Creates an instance with specified endpoint, access key Id and access key secret.
Public methodOssClient(String, String, String, ClientConfiguration)
Creates an instance of OssClient with OSS endpoint, access key Id, access key secret and client configuration.
Public methodOssClient(String, String, String, String)
Creates an instance of OssClient with OSS endpoint, access key Id, access key secret (cound be found from web console) and STS token.
Public methodOssClient(Uri, String, String, ClientConfiguration)
Creates an instance with specified endpoint, access key Id and access key secret and configuration.
Public methodOssClient(Uri, String, String, String)
Creates an instance with specified endpoint, access key Id and access key secret and STS token.
Public methodOssClient(String, String, String, String, ClientConfiguration)
Creates an instance of OssClient with OSS endpoint, access key Id, access key secret (cound be found from web console) and STS token.
Public methodOssClient(Uri, String, String, String, ClientConfiguration)
Creates an instance with specified endpoint, access key Id, access key secret, STS security token and configuration.
Top
See Also