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