Share via


OwinRequest.Protocol Property

 

Gets or set the owin.RequestProtocol.

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

Syntax

public virtual string Protocol { get; set; }
public:
property String^ Protocol {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract Protocol : string with get, set
override Protocol : string with get, set
Public Overridable Property Protocol As String

Property Value

Type: System.String

The owin.RequestProtocol.

Implements

IOwinRequest.Protocol

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top