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