Share via


OwinRequest.Protocol Property

owin.RequestProtocol

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

Syntax

'Declaration
Public Overridable Property Protocol As String 
    Get 
    Set
'Usage
Dim instance As OwinRequest 
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

Implements

IOwinRequest.Protocol

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace