CitadelCore.Windows
4.2.5
Install-Package CitadelCore.Windows -Version 4.2.5
dotnet add package CitadelCore.Windows --version 4.2.5
<PackageReference Include="CitadelCore.Windows" Version="4.2.5" />
paket add CitadelCore.Windows --version 4.2.5
#r "nuget: CitadelCore.Windows, 4.2.5"
// Install CitadelCore.Windows as a Cake Addin
#addin nuget:?package=CitadelCore.Windows&version=4.2.5
// Install CitadelCore.Windows as a Cake Tool
#tool nuget:?package=CitadelCore.Windows&version=4.2.5
Transparent filtering proxy engine for Windows.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- CitadelCore (>= 4.2.5)
- WinDivertSharp (>= 1.4.3.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.2.5 | 1,351 | 12/17/2018 |
4.2.3 | 472 | 12/11/2018 |
4.0.1 | 494 | 11/16/2018 |
3.7.4 | 499 | 11/9/2018 |
3.7.2 | 506 | 11/9/2018 |
3.7.0 | 505 | 11/7/2018 |
3.6.2 | 593 | 11/2/2018 |
3.6.1 | 498 | 11/2/2018 |
3.6.0 | 488 | 11/2/2018 |
3.4.1 | 532 | 11/1/2018 |
3.1.2 | 617 | 10/17/2018 |
3.0.16 | 548 | 9/11/2018 |
3.0.14 | 558 | 9/7/2018 |
3.0.13 | 540 | 9/7/2018 |
3.0.10 | 612 | 7/28/2018 |
3.0.9 | 614 | 7/28/2018 |
3.0.8 | 567 | 7/26/2018 |
2.1.3 | 648 | 7/3/2018 |
2.1.2 | 667 | 5/9/2018 |
2.1.1 | 658 | 5/9/2018 |
1.4.2 | 664 | 4/18/2018 |
1.3.8 | 773 | 1/22/2018 |
1.3.7 | 801 | 1/19/2018 |
1.3.6 | 759 | 1/8/2018 |
1.3.5 | 741 | 1/8/2018 |
1.3.4 | 738 | 12/15/2017 |
1.3.3 | 746 | 12/7/2017 |
1.3.2 | 714 | 11/21/2017 |
1.3.1 | 681 | 11/21/2017 |
1.3.0 | 703 | 11/14/2017 |
1.2.10 | 695 | 11/14/2017 |
1.2.8 | 689 | 11/12/2017 |
1.2.7 | 713 | 11/11/2017 |
1.2.6 | 704 | 11/11/2017 |
1.2.5 | 696 | 11/10/2017 |
1.2.4 | 703 | 11/10/2017 |
1.2.3 | 713 | 11/10/2017 |
1.2.2 | 734 | 10/31/2017 |
1.2.1 | 693 | 10/31/2017 |
1.1.1 | 664 | 10/29/2017 |
Inherts the following changes from the base engine update:
Ensure that we copy response headers only once. It appears that response headers related to content can vanish after we've read the content stream, so to avoid this, we read just once on initial response.
Fixes an issue where the Headers property of HttpMessageInfo objects can be null, which causes null reference exceptions when calling various methods. Changed to always initialize this property with a valid reference, and to perform null checks when accessing internally.