IOwinRequest.IsSecure Property

Definition

Returns true if the owin.RequestScheme is https.

public bool IsSecure { get; }
member this.IsSecure : bool
Public ReadOnly Property IsSecure As Boolean

Property Value

true if this request is using https; otherwise, false.

Applies to