Share via


IOwinResponse.Protocol Property

Gets or sets the information about a protocol.

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

Syntax

'Declaration
Property Protocol As String 
    Get 
    Set
'Usage
Dim instance As IOwinResponse 
Dim value As String 

value = instance.Protocol

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

Property Value

Type: System.String
The information about a protocol.

See Also

Reference

IOwinResponse Interface

Microsoft.Owin Namespace