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