3 overrides of EndGetResponse
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
53public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 150public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 242public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
3 references to EndGetResponse
PresentationCore (1)
MS\Internal\WpfWebRequestHelper.cs (1)
198WebResponse response = request.EndGetResponse(ar);
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
263WebResponse response = request.EndGetResponse(result);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
657WebResponse webResponse = req.EndGetResponse(result);