构造一个新的OssClient实例。
Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
public OssClient( Uri endpoint, string accessId, string accessKey, ClientConfiguration configuration )
Parameters
- endpoint
- Type: SystemUri
OSS的访问地址。 - accessId
- Type: SystemString
OSS的访问ID。 - accessKey
- Type: SystemString
OSS的访问密钥。 - configuration
- Type: Aliyun.OpenServicesClientConfiguration
客户端配置。
See Also