From be883dc9af185d49ace2a007361e45864a78beb3 Mon Sep 17 00:00:00 2001 From: maliming Date: Thu, 13 Mar 2025 19:29:45 +0800 Subject: [PATCH] Update dynamic-csharp-clients.md --- docs/en/framework/api-development/dynamic-csharp-clients.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/framework/api-development/dynamic-csharp-clients.md b/docs/en/framework/api-development/dynamic-csharp-clients.md index a97f197fc1..a5dc2ec1cf 100644 --- a/docs/en/framework/api-development/dynamic-csharp-clients.md +++ b/docs/en/framework/api-development/dynamic-csharp-clients.md @@ -164,6 +164,7 @@ context.Services.AddHttpClientProxies( `remoteServiceConfigurationName` parameter matches the service endpoint configured via `AbpRemoteServiceOptions`. If the `BookStore` endpoint is not defined then it fallbacks to the `Default` endpoint. #### Remote Service Configuration Provider + You may need to get the remote service configuration for a specific remote service in some cases. For this, you can use the `IRemoteServiceConfigurationProvider` interface. **Example: Get the remote service configuration for the "BookStore" remote service**