6 references to CopyProperties
System.ServiceModel (3)
System\ServiceModel\Channels\MessageProperties.cs (1)
41
CopyProperties
(properties);
System\ServiceModel\Channels\ServiceChannel.cs (1)
1267
message.Properties.
CopyProperties
(context.OutgoingMessageProperties);
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
615
nextMessage.Properties.
CopyProperties
(nextMessageProperties);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
369
destination.
CopyProperties
(source);
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
406
newMessage.Properties.
CopyProperties
(fault.Properties);
System\ServiceModel\Dispatcher\JavascriptCallbackMessageInspector.cs (1)
78
nullJsonMessage.Properties.
CopyProperties
(reply.Properties);