Interface IHttpResponseReasonPhraseBuilder
Represents a builder which is able to build a reason phrase which typically gets sent by a server within the context of an HTTP message.
Namespace: ReqRest.Builders
Assembly: ReqRest.dll
Syntax
public interface IHttpResponseReasonPhraseBuilder : IBuilder
Properties
ReasonPhrase
Gets or sets the reason phrase which the builder builds.
Declaration
string? ReasonPhrase { get; set; }