1 implementation of IMessageProperty
System.ServiceModel.Primitives (1)
netstandard.cs (1)
2357public 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)
37IMessageProperty copyMessageProperty = ((IMessageProperty)original).CreateCopy();
System.ServiceModel.Primitives (2)
netstandard.cs (2)
1494System.ServiceModel.Channels.IMessageProperty CreateCopy(); 2371public System.ServiceModel.Channels.IMessageProperty CreateCopy() => default;