OwinResponse.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
Public Overridable Property ReasonPhrase As String 
    Get 
    Set
'Usage
Dim instance As OwinResponse 
Dim value As String 

value = instance.ReasonPhrase

instance.ReasonPhrase = value
public virtual string ReasonPhrase { get; set; }
public:
virtual property String^ ReasonPhrase {
    String^ get ();
    void set (String^ value);
}
abstract ReasonPhrase : string with get, set 
override ReasonPhrase : string with get, set
function get ReasonPhrase () : String 
function set ReasonPhrase (value : String)

Property Value

Type: System.String
The reason phrase.

Implements

IOwinResponse.ReasonPhrase

See Also

Reference

OwinResponse Class

Microsoft.Owin Namespace