IOwinResponse.ReasonPhrase Property
Gets or sets the reason phrase, which typically is sent by servers.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Property ReasonPhrase As String
Get
Set
'Usage
Dim instance As IOwinResponse
Dim value As String
value = instance.ReasonPhrase
instance.ReasonPhrase = value
string ReasonPhrase { get; set; }
property String^ ReasonPhrase {
String^ get ();
void set (String^ value);
}
abstract ReasonPhrase : string with get, set
function get ReasonPhrase () : String
function set ReasonPhrase (value : String)
Property Value
Type: System.String
The reason phrase.