You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added small improvements to ServiceModel (#12)
* `IServiceHostConfigurator` now exposes a `ILogger`
* Introduced `WcfServiceHostedService<TService>` to improve type inference
Add possibility to configure the ServiceBehavior (#11)
* Add possibility to configure the ServiceBehavior
* Add AcceptAllIncomingRequests helper method