1 write to _writeBufferSize
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\BufferedConnection.cs (1)
246_writeBufferSize = writeBufferSize;
2 references to _writeBufferSize
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\BufferedConnection.cs (2)
251protected int WriteBufferSize => _writeBufferSize; 255return new BufferedConnection(await _connectionInitiator.ConnectAsync(uri, timeout), _flushTimeout, _writeBufferSize);