10 implementations of CreateCopy
System.ServiceModel (9)
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (1)
172public IMessageProperty CreateCopy()
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
101public IMessageProperty CreateCopy()
System\ServiceModel\Channels\ContextMessageProperty.cs (1)
121public IMessageProperty CreateCopy()
System\ServiceModel\Channels\CorrelationCallbackMessageProperty.cs (1)
144public abstract IMessageProperty CreateCopy();
System\ServiceModel\Channels\CorrelationDataMessageProperty.cs (1)
135public IMessageProperty CreateCopy()
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
159IMessageProperty IMessageProperty.CreateCopy()
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
184IMessageProperty IMessageProperty.CreateCopy()
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (1)
84public IMessageProperty CreateCopy()
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
175public IMessageProperty CreateCopy()
System.ServiceModel.Web (1)
System\ServiceModel\Channels\WebBodyFormatMessageProperty.cs (1)
65public IMessageProperty CreateCopy()
2 references to CreateCopy
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageExtensionMethods.cs (1)
107messageProperty.CreateCopy() :
System\ServiceModel\Channels\MessageProperties.cs (1)
466object copy = messageProperty.CreateCopy();