2 writes to Request
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (2)
243asyncResult.Request = request; 562this.Request = request;
8 references to Request
System.Web.Services (8)
System\Web\Services\Protocols\ClientProtocol.cs (6)
241Debug.Assert(asyncResult.Request == null, "calling GetWebRequest twice for the same WebClientAsyncResult"); 277Stream requestStream = client.Request.EndGetRequestStream(asyncResult); 280client.ClientProtocol.AsyncBufferedSerialize(client.Request, requestStream, client.InternalAsyncState); 285client.Request.BeginGetResponse(getResponseAsyncCallback, client); 311client.Response = client.ClientProtocol.GetWebResponse(client.Request, asyncResult); 595WebRequest req = Request;
System\Web\Services\Protocols\HttpClientProtocol.cs (1)
248if (asyncResult.Request != null) {
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
394if (asyncResult.Request != null) {