| IOssGetObject Method (Uri) | 
            Gets object via signed url
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
SyntaxOssObject GetObject(
	Uri signedUrl
)
Function GetObject ( 
	signedUrl As Uri
) As OssObject
OssObject^ GetObject(
	Uri^ signedUrl
)
abstract GetObject : 
        signedUrl : Uri -> OssObject 
Parameters
- signedUrl
 - Type: SystemUri
The signed url of HTTP GET method 
Return Value
Type: 
OssObjectOssObject instance
See Also