Skip to content
Discussion options

You must be logged in to vote

Hi @sturlath, I think it's the most suitable way. AbpRemoteServiceOptions sets automatically but you can also configure it, you can read the relevant section from Dynamic C# API Client Proxies documentation.

  • If you want to configure it, you can define a remote service name and configure it like below:
Configure<AbpRemoteServiceOptions>(options =>
{
    options.RemoteServices["MyRemoteServiceName"] = new RemoteServiceConfiguration
    {
        BaseUrl = "...."
     };
});

How to make the documentation better?
I suggest that we could add comments on each documentation page (just like Microsoft docks have) where users can comment and contribute their issues and solutions. You can then d…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@sturlath
Comment options

@EngincanV
Comment options

@sturlath
Comment options

@maliming
Comment options

@sturlath
Comment options

Answer selected by EngincanV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants