2 references to ReceiveContextEnabledAttribute
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
701operation.Behaviors.Add(new ReceiveContextEnabledAttribute() { ManualControl = true });
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
209ReceiveContextEnabledAttribute rcEnabled = new ReceiveContextEnabledAttribute();