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