5 writes to properties
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\ByteStreamMessage.cs (5)
110this.properties = new MessageProperties(); 125this.properties = new MessageProperties(); 142this.properties = new MessageProperties(); 159this.properties = new MessageProperties(); 167this.properties = new MessageProperties(properties);
4 references to properties
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\ByteStreamMessage.cs (4)
217return this.properties; 263if (properties != null) 265properties.Dispose(); 322return new ByteStreamMessageBuffer(bufferedBodyWriter.MessageData, this.headers, this.properties, this.reader.Quotas, this.moveBodyReaderToContent);