4 references to MessageProperties
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessage.cs (2)
167this.properties = new MessageProperties(properties); 674this.properties = new MessageProperties(properties);
System.ServiceModel.Web (2)
System\ServiceModel\Channels\HttpStreamMessage.cs (2)
40this.properties = new MessageProperties(properties); 162return new HttpStreamMessageBuffer(this.Headers, new MessageProperties(this.Properties), bufferedBodyWriter);