Interface IRequestUriBuilder
Represents a builder which is able to build an Uri for making an HTTP request.
Namespace: ReqRest.Builders
Assembly: ReqRest.dll
Syntax
public interface IRequestUriBuilder : IBuilder
Properties
RequestUri
Gets or sets the request Uri which the builder builds. This can be null.
Declaration
Uri? RequestUri { get; set; }