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)
251
protected int WriteBufferSize =>
_writeBufferSize
;
255
return new BufferedConnection(await _connectionInitiator.ConnectAsync(uri, timeout), _flushTimeout,
_writeBufferSize
);