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