Table of Contents

Method OnResolveSecureConnection

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

OnResolveSecureConnection(HttpRequest, bool)

Method that is called when resolving whether the HTTP request is using HTTPS or HTTP.

public virtual bool OnResolveSecureConnection(HttpRequest request, bool isSecure)

Parameters

request HttpRequest

The HttpRequest object which contains parameters of the request.

isSecure bool

The original security state of the request.

Returns

bool