Share via


HttpRequest.Result.ReasonPhrase Property

Definition

Gets or sets the reason phrase from the response to the http operation.

public string ReasonPhrase { get; set; }
member this.ReasonPhrase : string with get, set
Public Property ReasonPhrase As String

Property Value

Response reason phrase.

Applies to