IOwinResponse.ReasonPhrase Property
Gets or sets the the optional owin.ResponseReasonPhrase.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
string ReasonPhrase { get; set; }
property String^ ReasonPhrase {
String^ get();
void set(String^ value);
}
abstract ReasonPhrase : string with get, set
Property ReasonPhrase As String
Property Value
Type: System.String
The the optional owin.ResponseReasonPhrase.
See Also
IOwinResponse Interface
Microsoft.Owin Namespace
Return to top