1 write to supportsConcurrentIO
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
1104this.supportsConcurrentIO = supportsConcurrentIO;
4 references to supportsConcurrentIO
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
1498return this.supportsConcurrentIO ? (Stream)new BufferedOutputAsyncStream(this.outputStream, BufferSize, BufferCount) : new BufferedStream(this.outputStream, ChunkSize); 1526if (this.supportsConcurrentIO) 1692if (this.httpOutput.supportsConcurrentIO) 1726if (this.httpOutput.supportsConcurrentIO)