Table of Contents

Property IsSecure

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

IsSecure

Gets a boolean indicating whether this request was locally made by an secure transport context (SSL/TLS) or not.

public bool IsSecure { get; }

Property Value

bool

Remarks

This property brings local request data, so it may not reflect the original client request when used with proxy or CDNs.