6 references to Name
System.ServiceModel (4)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (1)
86
replyMessage.Properties.Remove(CorrelationCallbackMessageProperty.
Name
);
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
229
this.requestMessage.Properties.Remove(CorrelationCallbackMessageProperty.
Name
);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
399
reply.Properties[CorrelationCallbackMessageProperty.
Name
] = rpc.CorrelationCallback;
464
reply.Properties[CorrelationCallbackMessageProperty.
Name
] = rpc.CorrelationCallback;
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1011
instance.OperationContext.OutgoingMessageProperties.Add(CorrelationCallbackMessageProperty.
Name
,
1518
instance.RequestOrReply.Properties.Add(CorrelationCallbackMessageProperty.
Name
,