Method OnResolveSecureConnection
OnResolveSecureConnection(HttpRequest, bool)
Method that is called when resolving whether the HTTP request is using HTTPS or HTTP.
Parameters
request
HttpRequest The Http
Request object which contains parameters of the request.isSecure
boolThe original security state of the request.