2 overrides of SupportsExecuteUrl
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
2359internal override bool SupportsExecuteUrl {
Hosting\ISAPIWorkerRequest.cs (1)
2684internal override bool SupportsExecuteUrl {
1 reference to SupportsExecuteUrl
System.Web (1)
HttpResponse.cs (1)
2525if (_wr == null || !_wr.SupportsExecuteUrl) {