Method OnResolveSecureConnection
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
HttpRequestThe HttpRequest object which contains parameters of the request.
isSecure
boolThe original security state of the request.