Introduce the ToEndpointUriBuilder() method in the RecActionDto class to simplify the creation of a UriBuilder object. The method configures the UriBuilder based on the EndpointUri and ProfileType properties, setting the port to -1 and the scheme to ProfileType if provided. This enhances the flexibility and usability of the RecActionDto class for endpoint URI construction.
ReC
Description
Languages
C#
100%