Click or drag to resize
OssClient Constructor (Uri, ICredentialsProvider, ClientConfiguration)
由用户指定的OSS访问地址、Credentials提供者、客户端配置构造一个新的OssClient实例。

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntax
public OssClient(
	Uri endpoint,
	ICredentialsProvider credsProvider,
	ClientConfiguration configuration
)

Parameters

endpoint
Type: SystemUri
OSS的访问地址。
credsProvider
Type: Aliyun.OpenServices.Common.AuthenticationICredentialsProvider
Credentials提供者。
configuration
Type: Aliyun.OpenServicesClientConfiguration
客户端配置。
See Also