8 references to OutgoingMessageProperties
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1180
message.Properties.CopyProperties(context.
OutgoingMessageProperties
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceUtility.cs (6)
496
OperationContext.Current.
OutgoingMessageProperties
[TraceUtility.AsyncOperationActivityKey] = activity;
503
if (OperationContext.Current != null && OperationContext.Current.
OutgoingMessageProperties
.TryGetValue(TraceUtility.AsyncOperationActivityKey, out data))
505
OperationContext.Current.
OutgoingMessageProperties
.Remove(TraceUtility.AsyncOperationActivityKey);
514
OperationContext.Current.
OutgoingMessageProperties
[TraceUtility.AsyncOperationStartTimeKey] = new EventTraceActivityTimeProperty(eventTraceActivity, startTime);
523
if (OperationContext.Current != null && OperationContext.Current.
OutgoingMessageProperties
.TryGetValue<EventTraceActivityTimeProperty>(TraceUtility.AsyncOperationStartTimeKey, out data))
525
OperationContext.Current.
OutgoingMessageProperties
.Remove(TraceUtility.AsyncOperationStartTimeKey);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
278
message.Properties.MergeProperties(context.
OutgoingMessageProperties
);