'ServiceBehaviorAttribute config for WCF server on DotNet Core
I'm migrating a small .NET standard SOAP project to NetCore 3.1 with SoapCore.
On my original project I have this single threading configuration:
[ServiceBehavior(ConcurrencyMode=ConcurrencyMode.Single)]
public class BehaviorService : IBehaviorService
{}
However I can't find an equivalent for my version on NetCore.
Is this feature supported or is there a workaround to do this implementation?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
