Click or drag to resize
IOssPutObject Method (Uri, String)
Uploads the file via the signed url.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
PutObjectResult PutObject(
	Uri signedUrl,
	string fileToUpload
)

Parameters

signedUrl
Type: SystemUri
Signed url
fileToUpload
Type: SystemString
File to upload

Return Value

Type: PutObjectResult
PutObjectResult instance
See Also