| OssClient Constructor (Uri, String, String) | 
            Creates an instance with specified endpoint, access key Id and access key secret. 
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic OssClient(
	Uri endpoint,
	string accessKeyId,
	string accessKeySecret
)
Public Sub New ( 
	endpoint As Uri,
	accessKeyId As String,
	accessKeySecret As String
)
public:
OssClient(
	Uri^ endpoint, 
	String^ accessKeyId, 
	String^ accessKeySecret
)
new : 
        endpoint : Uri * 
        accessKeyId : string * 
        accessKeySecret : string -> OssClientParameters
- endpoint
 - Type: SystemUri
OSS endpoint - accessKeyId
 - Type: SystemString
OSS access key Id - accessKeySecret
 - Type: SystemString
OSS access key secret 
See Also