ReqRest
Show / Hide Table of Contents

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; }

Extension Methods

BuilderExtensions.Configure<T>(T, Action<T>)
BuilderExtensions.If<T>(T, Boolean, Action<T>)
BuilderExtensions.IfNot<T>(T, Boolean, Action<T>)
HttpResponseReasonPhraseBuilderExtensions.SetReasonPhrase<T>(T, Nullable<String>)

See Also

HttpResponseMessageBuilder
HttpResponseReasonPhraseBuilderExtensions
Back to top Copyright © 2019 ReqRest - Generated with DocFX - Material Theme made by Oscar Vásquez - Impressum (Imprint)