CitadelCore.Windows
4.2.5
dotnet add package CitadelCore.Windows --version 4.2.5
NuGet\Install-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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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,677 | 12/17/2018 |
4.2.3 | 696 | 12/11/2018 |
4.0.1 | 712 | 11/16/2018 |
3.7.4 | 737 | 11/9/2018 |
3.7.2 | 712 | 11/9/2018 |
3.7.0 | 730 | 11/7/2018 |
3.6.2 | 817 | 11/2/2018 |
3.6.1 | 718 | 11/2/2018 |
3.6.0 | 717 | 11/2/2018 |
3.4.1 | 763 | 11/1/2018 |
3.1.2 | 842 | 10/17/2018 |
3.0.16 | 793 | 9/11/2018 |
3.0.14 | 798 | 9/7/2018 |
3.0.13 | 760 | 9/7/2018 |
3.0.10 | 854 | 7/28/2018 |
3.0.9 | 872 | 7/28/2018 |
3.0.8 | 797 | 7/26/2018 |
2.1.3 | 934 | 7/3/2018 |
2.1.2 | 959 | 5/9/2018 |
2.1.1 | 921 | 5/9/2018 |
1.4.2 | 939 | 4/18/2018 |
1.3.8 | 1,038 | 1/22/2018 |
1.3.7 | 1,055 | 1/19/2018 |
1.3.6 | 1,070 | 1/8/2018 |
1.3.5 | 1,003 | 1/8/2018 |
1.3.4 | 1,014 | 12/15/2017 |
1.3.3 | 1,034 | 12/7/2017 |
1.3.2 | 981 | 11/21/2017 |
1.3.1 | 951 | 11/21/2017 |
1.3.0 | 957 | 11/14/2017 |
1.2.10 | 981 | 11/14/2017 |
1.2.8 | 981 | 11/12/2017 |
1.2.7 | 1,004 | 11/11/2017 |
1.2.6 | 1,018 | 11/11/2017 |
1.2.5 | 973 | 11/10/2017 |
1.2.4 | 957 | 11/10/2017 |
1.2.3 | 988 | 11/10/2017 |
1.2.2 | 1,011 | 10/31/2017 |
1.2.1 | 956 | 10/31/2017 |
1.1.1 | 922 | 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.