4 overrides of Close
PresentationCore (1)
System\IO\Packaging\PackWebResponse.cs (1)
263
public override void
Close
()
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
73
public override void
Close
() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
167
public override void
Close
() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
274
public 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
();
2936
response.
Close
();
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Reference.cs (1)
486
response?.
Close
();