Click or drag to resize
OssClientGetObject Method (GetObjectRequest)
Gets object via the bucket name and key name in the GetObjectRequest instance.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public OssObject GetObject(
	GetObjectRequest getObjectRequest
)

Parameters

getObjectRequest
Type: Aliyun.OSSGetObjectRequest
The request parameter

Return Value

Type: OssObject
OssObject instance. The caller needs to dispose the object.

Implements

IOssGetObject(GetObjectRequest)
See Also