1 instantiation of 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);
9 references to BufferedOutputAsyncStream
System.ServiceModel (9)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (9)
361
BufferedOutputAsyncStream
thisPtr = (
BufferedOutputAsyncStream
)state.AsyncState;
434
BufferedOutputAsyncStream
thisPtr = (
BufferedOutputAsyncStream
)state.AsyncState;
482
BufferedOutputAsyncStream
thisPtr = (
BufferedOutputAsyncStream
)state.AsyncState;
703
BufferedOutputAsyncStream
parent;
708
internal ByteBuffer(
BufferedOutputAsyncStream
parent, int bufferSize, Stream stream)
938
class WriteAsyncState : AsyncEventArgs<WriteAsyncArgs,
BufferedOutputAsyncStream
>