Click or drag to resize
OssClient Constructor (Uri, ICredentialsProvider, ClientConfiguration)
Creates an instance with specified endpoint, credential information and credential information.

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

Parameters

endpoint
Type: SystemUri
OSS endpoint
credsProvider
Type: Aliyun.OSS.Common.AuthenticationICredentialsProvider
Credentials information
configuration
Type: Aliyun.OSS.CommonClientConfiguration
client side configuration
See Also