1 reference to BufferedOutputAsyncStream
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
1498
return this.supportsConcurrentIO ? (Stream)new
BufferedOutputAsyncStream
(this.outputStream, BufferSize, BufferCount) : new BufferedStream(this.outputStream, ChunkSize);