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