Skip to content

Config.RestEndpoint property

The Uri of the rest endpoint of the REST client

public Uri? RestEndpoint { get; set; }

Remarks

If not specified computed using Endpoint. This option can be used to override the computed value.

See Also