7 references to ContextMessageProperty
System.ServiceModel (2)
System\ServiceModel\Channels\ClientContextProtocol.cs (1)
188ContextMessageProperty newContext = new ContextMessageProperty(context);
System\ServiceModel\Channels\ContextMessageProperty.cs (1)
123return new ContextMessageProperty(this.Context);
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\InternalSendMessage.cs (3)
1472contextMessageProperty = new ContextMessageProperty(instance.CorrelationCallbackContext.Context); 1481contextMessageProperty = new ContextMessageProperty(instance.CorrelationCallbackContext.Context); 1485contextMessageProperty = new ContextMessageProperty(instance.CorrelationContext.Context);
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
312new ContextMessageProperty(this.outgoingContextProperties).AddOrReplaceInMessageProperties(OperationContext.Current.OutgoingMessageProperties);
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
172new ContextMessageProperty(logicalChannel.Context).AddOrReplaceInMessageProperties(OperationContext.Current.OutgoingMessageProperties);