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