Click or drag to resize
OssClient Constructor (Uri, String, String)
Creates an instance with specified endpoint, access key Id and access key secret.

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

Parameters

endpoint
Type: SystemUri
OSS endpoint
accessKeyId
Type: SystemString
OSS access key Id
accessKeySecret
Type: SystemString
OSS access key secret
See Also