[System.Net] Add support for .pac proxy config scripts on mac
[mono.git] / mcs / class / System.Web / System.Web / HttpResponse.jvm.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
4
5 namespace System.Web
6 {
7         partial class HttpResponse
8         {
9                 internal void SetWorkerRequest (HttpWorkerRequest wr) {
10                         WorkerRequest = wr;
11                 }
12
13         }
14 }