3 overrides of EndGetResponse
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
53
public override System.Net.WebResponse
EndGetResponse
(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
150
public override System.Net.WebResponse
EndGetResponse
(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
242
public 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)
198
WebResponse response = request.
EndGetResponse
(ar);
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
263
WebResponse response = request.
EndGetResponse
(result);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
657
WebResponse webResponse = req.
EndGetResponse
(result);