ServiceFabric.Remoting.CustomHeaders
3.0.12
dotnet add package ServiceFabric.Remoting.CustomHeaders --version 3.0.12
NuGet\Install-Package ServiceFabric.Remoting.CustomHeaders -Version 3.0.12
<PackageReference Include="ServiceFabric.Remoting.CustomHeaders" Version="3.0.12" />
paket add ServiceFabric.Remoting.CustomHeaders --version 3.0.12
#r "nuget: ServiceFabric.Remoting.CustomHeaders, 3.0.12"
// Install ServiceFabric.Remoting.CustomHeaders as a Cake Addin #addin nuget:?package=ServiceFabric.Remoting.CustomHeaders&version=3.0.12 // Install ServiceFabric.Remoting.CustomHeaders as a Cake Tool #tool nuget:?package=ServiceFabric.Remoting.CustomHeaders&version=3.0.12
This package allows injecting custom headers into remoting messages (Actors and Reliable Services, V2 remoting only) at runtime. The headers are available client side to read.
It also provides message interception using BeforeHandleRequestResponseAsync and AfterHandleRequestResponseAsync to act on remoting events.
Common used classes:
CustomHeaders
RemotingContext
ExtendedServiceRemotingClientFactory
ExtendedActorService
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
- Microsoft.ServiceFabric.Actors (>= 3.3.624)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ServiceFabric.Remoting.CustomHeaders:
Package | Downloads |
---|---|
ServiceFabric.Logging
Provides logging and tracking for Azure Service Fabric services |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.12 | 73,547 | 4/29/2019 |
3.0.11 | 1,693 | 1/16/2019 |
3.0.10 | 4,132 | 10/19/2018 |
3.0.9 | 3,531 | 7/31/2018 |
3.0.8 | 3,485 | 7/18/2018 |
3.0.7 | 925 | 7/18/2018 |
3.0.6 | 951 | 7/18/2018 |
3.0.5 | 919 | 7/17/2018 |
3.0.4 | 1,103 | 7/9/2018 |
2.0.4 | 1,692 | 7/5/2018 |
2.0.3 | 811 | 7/3/2018 |
2.0.2 | 904 | 7/2/2018 |
2.0.1 | 973 | 6/27/2018 |
2.0.0 | 818 | 6/27/2018 |
1.0.0 | 954 | 6/25/2018 |
bugfix