10 implementations of IMessageProperty
System.ServiceModel (9)
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (1)
20public class CallbackContextMessageProperty : IMessageProperty
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
10sealed class ChannelBindingMessageProperty : IDisposable, IMessageProperty
System\ServiceModel\Channels\ContextMessageProperty.cs (1)
13public class ContextMessageProperty : IMessageProperty
System\ServiceModel\Channels\CorrelationCallbackMessageProperty.cs (1)
10public abstract class CorrelationCallbackMessageProperty : IMessageProperty
System\ServiceModel\Channels\CorrelationDataMessageProperty.cs (1)
10public class CorrelationDataMessageProperty : IMessageProperty
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
12public sealed class HttpRequestMessageProperty : IMessageProperty, IMergeEnabledMessageProperty
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
13public sealed class HttpResponseMessageProperty : IMessageProperty, IMergeEnabledMessageProperty
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (1)
20public class ImpersonateOnSerializingReplyMessageProperty : IMessageProperty
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
17public class SecurityMessageProperty : IMessageProperty, IDisposable
System.ServiceModel.Web (1)
System\ServiceModel\Channels\WebBodyFormatMessageProperty.cs (1)
7public sealed class WebBodyFormatMessageProperty : IMessageProperty
19 references to IMessageProperty
System.ServiceModel (17)
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\HttpRequestMessageExtensionMethods.cs (2)
105IMessageProperty messageProperty = header.Value as IMessageProperty;
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
159IMessageProperty IMessageProperty.CreateCopy()
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
184IMessageProperty IMessageProperty.CreateCopy()
System\ServiceModel\Channels\IMessageProperty.cs (1)
8IMessageProperty CreateCopy();
System\ServiceModel\Channels\MessageProperties.cs (2)
463IMessageProperty messageProperty = propertyValue as IMessageProperty;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1857public override IMessageProperty CreateCopy()
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (1)
84public IMessageProperty CreateCopy()
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
175public IMessageProperty CreateCopy()
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
2619public override IMessageProperty CreateCopy()
System.ServiceModel.Web (1)
System\ServiceModel\Channels\WebBodyFormatMessageProperty.cs (1)
65public IMessageProperty CreateCopy()