Last updated
This function will return a ConfigDto object that contains the configuration information for the current user.
private readonly string _requestUriBase
private Uri ConfigUri()
It returns a new Uri object that is constructed from the _requestUriBase field and the
/config path
This function will return a ConfigDto object that contains the configuration information for the current user.
A ConfigDto object
private readonly string _requestUriBase
private Uri ConfigUri()
It returns a new Uri object that is constructed from the _requestUriBase field and the
/config path
Last updated