2 writes to properties
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessage.cs (2)
674
this.
properties
= new MessageProperties(properties);
703
properties
= null;
3 references to properties
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\ByteStreamMessage.cs (3)
700
if (
properties
!= null)
702
properties
.Dispose();
721
return new InternalByteStreamMessage(this.messageData, this.headers, this.
properties
, this.quotas, this.moveBodyReaderToContent);