2 writes to headers
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessage.cs (2)
673this.headers = new MessageHeaders(headers); 699this.headers = null;
1 reference to headers
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
721return new InternalByteStreamMessage(this.messageData, this.headers, this.properties, this.quotas, this.moveBodyReaderToContent);