Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 661 Bytes

8-Endpoint-EN.md

File metadata and controls

18 lines (15 loc) · 661 Bytes

← Client | Endpoint(中文) | Requirements →


Add Endpoint

Many times you will encounter an inability to find an Endpoint and you need to manually add an Endpoint.The format added is as follows:

//...
DefaultProfile.AddEndpoint("<endpointName>", "<regionId>", "<product>", "<domain>")

Let's add Endpoint manually by taking dyvmsapi as an example.

//...
DefaultProfile.AddEndpoint("cn-hangzhou", "cn-hangzhou", "Dyvmsapi", "dyvmsapi.aliyuncs.com");

← Client | Endpoint(中文) | Requirements →