OwinResponse.Protocol Property

Gets or sets the information about a protocol.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Overridable Property Protocol As String 
    Get 
    Set
'Usage
Dim instance As OwinResponse 
Dim value As String 

value = instance.Protocol

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

Property Value

Type: System.String
The information about a protocol.

Implements

IOwinResponse.Protocol

See Also

Reference

OwinResponse Class

Microsoft.Owin Namespace