← Client | Endpoint(中文) | Requirements →
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 →