1 implementation of IMessageProperty
System.ServiceModel.Primitives (1)
netstandard.cs (1)
2357
public partial class SecurityMessageProperty : System.ServiceModel.Channels.
IMessageProperty
, IDisposable
5 references to IMessageProperty
System.ServiceModel (1)
netstandard.cs (1)
64
[assembly: TypeForwardedTo(typeof(
IMessageProperty
))]
System.ServiceModel.Http.Tests (2)
Channels\HttpRequestMessagePropertyTest.cs (2)
37
IMessageProperty
copyMessageProperty = ((
IMessageProperty
)original).CreateCopy();
System.ServiceModel.Primitives (2)
netstandard.cs (2)
1494
System.ServiceModel.Channels.
IMessageProperty
CreateCopy();
2371
public System.ServiceModel.Channels.
IMessageProperty
CreateCopy() => default;