Sets the endpoint
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax void SetEndpoint(
Uri endpoint
)
Sub SetEndpoint (
endpoint As Uri
)
void SetEndpoint(
Uri^ endpoint
)
abstract SetEndpoint :
endpoint : Uri -> unit
Parameters
- endpoint
- Type: SystemUri
Endpoint value
See Also