OwinRequest.IsSecure Property

Gets a value indicating whether OWIN connection uses secure sockets.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsSecure As Boolean 
    Get
'Usage
Dim instance As OwinRequest 
Dim value As Boolean 

value = instance.IsSecure
public virtual bool IsSecure { get; }
public:
virtual property bool IsSecure {
    bool get ();
}
abstract IsSecure : bool 
override IsSecure : bool
function get IsSecure () : boolean

Property Value

Type: System.Boolean
true if the connection is an SSL connection; otherwise, false.

Implements

IOwinRequest.IsSecure

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace