Property IsSecure
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
Remarks
This property brings local request data, so it may not reflect the original client request when used with proxy or CDNs.