IOwinRequest.IsSecure Property
Gets or sets whether this request is secure.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
ReadOnly Property IsSecure As Boolean
Get
'Usage
Dim instance As IOwinRequest
Dim value As Boolean
value = instance.IsSecure
bool IsSecure { get; }
property bool IsSecure {
bool get ();
}
abstract IsSecure : bool
function get IsSecure () : boolean
Property Value
Type: System.Boolean
true if this request is secure; otherwise, false.