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