1 override of GetWebResponse
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
872
protected override WebResponse
GetWebResponse
(WebRequest request, IAsyncResult result) {
2 references to GetWebResponse
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (2)
311
client.Response = client.ClientProtocol.
GetWebResponse
(client.Request, asyncResult);
873
WebResponse response = base.
GetWebResponse
(request, result);