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