Click or drag to resize
OssClientGetObject 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
public OssObject GetObject(
	Uri signedUrl
)

Parameters

signedUrl
Type: SystemUri
The signed url of HTTP GET method

Return Value

Type: OssObject
OssObject instance

Implements

IOssGetObject(Uri)
See Also