2 overrides of IsSecure
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
400
public override bool
IsSecure
() {
Hosting\ISAPIWorkerRequest.cs (1)
1161
public override bool
IsSecure
() {
3 references to IsSecure
System.Web (3)
HttpRequest.cs (2)
620
AddServerVariableToCollection("SERVER_PORT_SECURE", _wr.
IsSecure
() ? "1" : "0");
1384
return _wr.
IsSecure
();
WorkerRequest.cs (1)
634
return
IsSecure
() ? "https" : "http";