5 overrides of GetResponse
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
79public override WebResponse GetResponse()
System\IO\Packaging\PackWebRequest.cs (1)
109public override WebResponse GetResponse()
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
58public override System.Net.WebResponse GetResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 152public override System.Net.WebResponse GetResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 247public override System.Net.WebResponse GetResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
3 references to GetResponse
PresentationCore (2)
MS\Internal\FontCache\FontSource.cs (1)
259WebResponse response = request.GetResponse();
MS\Internal\WpfWebRequestHelper.cs (1)
178WebResponse response = request.GetResponse();
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
256WebResponse response = request.GetResponse();