Browse Source

Update static-csharp-clients.md

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

1
docs/en/framework/api-development/static-csharp-clients.md

@ -245,6 +245,7 @@ context.Services.AddStaticHttpClientProxies(
`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