IOwinRequest.Protocol Property

Gets or sets the protocol used in the request.

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

Syntax

'Declaration
Property Protocol As String 
    Get 
    Set
'Usage
Dim instance As IOwinRequest 
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 protocol used in the request.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace