| OssClientSetEndpoint Method  | 
            Sets the endpoint
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic void SetEndpoint(
	Uri endpoint
)
Public Sub SetEndpoint ( 
	endpoint As Uri
)
public:
virtual void SetEndpoint(
	Uri^ endpoint
) sealed
abstract SetEndpoint : 
        endpoint : Uri -> unit 
override SetEndpoint : 
        endpoint : Uri -> unit Parameters
- endpoint
 - Type: SystemUri
Endpoint value 
Implements
IOssSetEndpoint(Uri)
See Also