2 instantiations of ByteStreamStreamProvider
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessage.cs (2)
497writer.WriteValue(new ByteStreamStreamProvider(this.GetStream())); 543IAsyncResult result = this.writer.WriteValueAsync(new ByteStreamStreamProvider(stream)).AsAsyncResult(PrepareAsyncCompletion(HandleWriteBodyContents), this);