2 writes to properties
System.ServiceModel.Web (2)
System\ServiceModel\Channels\HttpStreamMessage.cs (2)
189
this.
properties
= properties;
211
properties
= null;
1 reference to properties
System.ServiceModel.Web (1)
System\ServiceModel\Channels\HttpStreamMessage.cs (1)
224
return new HttpStreamMessage(this.headers, this.
properties
, this.bodyWriter);