3 references to CopyProperties
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\MessageProperties.cs (1)
42CopyProperties(properties);
System\ServiceModel\Channels\ServiceChannel.cs (1)
1195message.Properties.CopyProperties(context.OutgoingMessageProperties);
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
573nextMessage.Properties.CopyProperties(nextMessageProperties);