4 overrides of Close
PresentationCore (1)
System\IO\Packaging\PackWebResponse.cs (1)
263public override void Close()
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
73public override void Close() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 167public override void Close() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 274public override void Close() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
5 references to Close
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
1769_webResponse.Close(); 1780_webResponse.Close(); 2489_webResponse.Close(); 2936response.Close();
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Reference.cs (1)
486response?.Close();