HttpResponseFeature.ReasonPhrase Property

Definition

Gets or sets the reason-phrase as defined in RFC 7230. Note this field is no longer supported by HTTP/2.

public:
 property System::String ^ ReasonPhrase { System::String ^ get(); void set(System::String ^ value); };
public string ReasonPhrase { get; set; }
public string? ReasonPhrase { get; set; }
member this.ReasonPhrase : string with get, set
Public Property ReasonPhrase As String

Property Value

Implements

Applies to