2 writes to proxy
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (2)
744this.proxy = protocol.proxy; 827set { proxy = value; }
4 references to proxy
System.Web.Services (4)
System\Web\Services\Protocols\ClientProtocol.cs (4)
744this.proxy = protocol.proxy; 826get { return proxy; } 848if (proxy != null) { 849httpRequest.Proxy = proxy;