Click or drag to resize
IOssGetObject Method (Uri)
Gets object via signed url

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
OssObject GetObject(
	Uri signedUrl
)

Parameters

signedUrl
Type: SystemUri
The signed url of HTTP GET method

Return Value

Type: OssObject
OssObject instance
See Also