6 references to MessageProperties
System.ServiceModel (1)
netstandard.cs (1)
83[assembly: TypeForwardedTo(typeof(MessageProperties))]
System.ServiceModel.Primitives (5)
netstandard.cs (5)
934public System.ServiceModel.Channels.MessageProperties IncomingMessageProperties { get { return default; } } 938public System.ServiceModel.Channels.MessageProperties OutgoingMessageProperties { get { return default; } } 1540public abstract System.ServiceModel.Channels.MessageProperties Properties { get; } 1724public MessageProperties(System.ServiceModel.Channels.MessageProperties properties) { } 1738public void CopyProperties(System.ServiceModel.Channels.MessageProperties properties) { }