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