Browse Source

Update dynamic-csharp-clients.md

pull/22355/head
maliming 1 year ago
committed by GitHub
parent
commit
be883dc9af
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      docs/en/framework/api-development/dynamic-csharp-clients.md

1
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**

Loading…
Cancel
Save