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