4 types derived from WebResponse
PresentationCore (1)
System\IO\Packaging\PackWebResponse.cs (1)
30
public sealed class PackWebResponse:
WebResponse
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
63
public partial class FileWebResponse : System.Net.
WebResponse
, System.Runtime.Serialization.ISerializable
154
public partial class FtpWebResponse : System.Net.
WebResponse
, System.IDisposable
251
public partial class HttpWebResponse : System.Net.
WebResponse
, System.Runtime.Serialization.ISerializable
61 references to WebResponse
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
763
Task<
WebResponse
> task = request.GetResponseAsync();
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
94
using
var
response = request.GetResponse();
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
94
using
var
response = request.GetResponse();
netstandard (1)
netstandard.cs (1)
1307
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
WebResponse
))]
PresentationCore (20)
MS\Internal\AppModel\CookieHandler.cs (1)
60
internal static void HandleWebResponse(
WebResponse
response)
MS\Internal\AppModel\SiteOfOriginPart.cs (1)
177
WebResponse
response = WpfWebRequestHelper.CreateRequestAndGetResponse(_absoluteLocation);
MS\Internal\FontCache\FontSource.cs (2)
184
WebResponse
response = WpfWebRequestHelper.CreateRequestAndGetResponse(_fontUri);
259
WebResponse
response = request.GetResponse();
MS\Internal\IO\Packaging\NetStream.cs (1)
71
WebRequest originalRequest,
WebResponse
originalResponse)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
79
public override
WebResponse
GetResponse()
MS\Internal\WpfWebRequestHelper.cs (9)
154
internal static void HandleWebResponse(
WebResponse
response)
170
internal static
WebResponse
CreateRequestAndGetResponse(Uri uri)
176
internal static
WebResponse
GetResponse(WebRequest request)
178
WebResponse
response = request.GetResponse();
196
internal static
WebResponse
EndGetResponse(WebRequest request, IAsyncResult ar)
198
WebResponse
response = request.EndGetResponse(ar);
214
WebResponse
response = GetResponse(request);
223
WebResponse
response = GetResponse(request);
236
internal static ContentType GetContentType(
WebResponse
response)
System\IO\Packaging\PackWebRequest.cs (1)
109
public override
WebResponse
GetResponse()
System\IO\Packaging\PackWebResponse.cs (2)
278
public
WebResponse
InnerResponse
926
private
WebResponse
_fullResponse; // the real web response
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1021
WebResponse
response = WpfWebRequestHelper.CreateRequestAndGetResponse(uri);
System\Windows\Media\Imaging\BitmapDownload.cs (1)
239
WebResponse
response = WpfWebRequestHelper.EndGetResponse(entry.webRequest, result);
PresentationFramework (11)
System\Windows\Data\XmlDataProvider.cs (1)
567
WebResponse
response = WpfWebRequestHelper.GetResponse(request);
System\Windows\Navigation\NavigationEventArgs.cs (3)
31
internal NavigationEventArgs(Uri uri, Object content, Object extraData,
WebResponse
response, object Navigator, bool isNavigationInitiator)
99
public
WebResponse
WebResponse
121
private
WebResponse
_webResponse;
System\Windows\Navigation\NavigationFailedEventArgs.cs (3)
31
internal NavigationFailedEventArgs(Uri uri, Object extraData, Object navigator, WebRequest request,
WebResponse
response, Exception e)
88
public
WebResponse
WebResponse
126
private
WebResponse
_response;
System\Windows\Navigation\NavigationService.cs (4)
2613
WebResponse
response = null;
2806
WebResponse
response = null;
2841
private void GetObjectFromResponse(WebRequest request,
WebResponse
response, Uri destinationUri, Object navState)
4022
private
WebResponse
_webResponse;
System (1)
src\libraries\shims\System\ref\System.cs (1)
799
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
WebResponse
))]
System.Net (1)
System.Net.cs (1)
55
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
WebResponse
))]
System.Net.Requests (12)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (12)
53
public override System.Net.
WebResponse
EndGetResponse(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
58
public override System.Net.
WebResponse
GetResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
59
public override System.Threading.Tasks.Task<System.Net.
WebResponse
> GetResponseAsync() { 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); }
152
public override System.Net.
WebResponse
GetResponse() { 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); }
247
public override System.Net.
WebResponse
GetResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
318
public WebException(string? message, System.Exception? innerException, System.Net.WebExceptionStatus status, System.Net.
WebResponse
? response) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
320
public System.Net.
WebResponse
? Response { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }
389
public virtual System.Net.
WebResponse
EndGetResponse(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
394
public virtual System.Net.
WebResponse
GetResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
395
public virtual System.Threading.Tasks.Task<System.Net.
WebResponse
> GetResponseAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
System.Net.WebClient (10)
System\Net\WebClient.cs (10)
31
private
WebResponse
? _webResponse;
254
protected virtual
WebResponse
GetWebResponse(WebRequest request)
256
WebResponse
response = request.GetResponse();
261
protected virtual
WebResponse
GetWebResponse(WebRequest request, IAsyncResult result)
263
WebResponse
response = request.EndGetResponse(result);
268
private async Task<
WebResponse
> GetWebResponseTaskAsync(WebRequest request)
370
WebResponse
response = _webResponse = GetWebResponse(request);
830
WebResponse
response = _webResponse = GetWebResponse(request);
877
WebResponse
response = _webResponse = await GetWebResponseTaskAsync(request).ConfigureAwait(false);
1207
WebResponse
response = _webResponse = GetWebResponse(request, iar);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Reference.cs (1)
366
WebResponse
? response = null;
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
657
WebResponse
webResponse = req.EndGetResponse(result);