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