When I try to use WebOperationContext.Current in a WCF project, the Current is null. Below is the example. Could anyone please shed a light on it?
If my WCF Service has this attribute: [ServiceBehavior( InstanceContextMode = InstanceContextMode.Single,