Info
Version: | 3.0.12 |
Author(s): | Peter Bons |
Last Update: | Monday, April 29, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Expecho/ServiceFabric-Remoting-CustomHeaders |
NuGet Url: | https://www.nuget.org/packages/ServiceFabric.Remoting.CustomHeaders |
Install
Install-Package ServiceFabric.Remoting.CustomHeaders
dotnet add package ServiceFabric.Remoting.CustomHeaders
paket add ServiceFabric.Remoting.CustomHeaders
ServiceFabric.Remoting.CustomHeaders Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.ServiceFabric.Actors(>= 3.3.624)
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.