What would be the easiest way to see if the site is in HTTPS?
I am using c#
You can use:
HttpContext.Current.Request.IsSecureConnection