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