2 writes to messageData
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessage.cs (2)
672
this.
messageData
= messageData;
706
this.
messageData
= null;
4 references to messageData
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\ByteStreamMessage.cs (4)
679
this.
messageData
.Open();
684
get { return this.
messageData
.Buffer.Count; }
705
this.
messageData
.Close();
721
return new InternalByteStreamMessage(this.
messageData
, this.headers, this.properties, this.quotas, this.moveBodyReaderToContent);