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