4 implementations of CreateCopy
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
100public IMessageProperty CreateCopy()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
159IMessageProperty IMessageProperty.CreateCopy()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
184IMessageProperty IMessageProperty.CreateCopy()
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs (1)
170public IMessageProperty CreateCopy()
1 reference to CreateCopy
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (1)
462object copy = messageProperty.CreateCopy();