IOwinRequest.Protocol Property

Definition

Gets or set the owin.RequestProtocol.

public string Protocol { get; set; }
member this.Protocol : string with get, set
Public Property Protocol As String

Property Value

The owin.RequestProtocol.

Applies to