Interface IHttpRequestPropertiesBuilder
Represents a builder which is able to build properties of an HTTP request.
Namespace: ReqRest.Builders
Assembly: ReqRest.dll
Syntax
public interface IHttpRequestPropertiesBuilder : IBuilder
Properties
Properties
Gets the request's set of properties which are being built.
Declaration
IDictionary<string, object? > Properties { get; }