Click or drag to resize
OssClient Constructor (String, ICredentialsProvider)
Creates an instance with specified credential information.

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

Parameters

endpoint
Type: SystemString
OSS endpoint
credsProvider
Type: Aliyun.OSS.Common.AuthenticationICredentialsProvider
Credentials information
See Also