Click or drag to resize
OssClient Constructor (String, String, String, ClientConfiguration)
Creates an instance of OssClient with OSS endpoint, access key Id, access key secret and client configuration.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public OssClient(
	string endpoint,
	string accessKeyId,
	string accessKeySecret,
	ClientConfiguration configuration
)

Parameters

endpoint
Type: SystemString
OSS endpoint
accessKeyId
Type: SystemString
OSS access key Id
accessKeySecret
Type: SystemString
OSS access key secret
configuration
Type: Aliyun.OSS.CommonClientConfiguration
client side configuration
See Also