3 references to MaxDataSize
System (3)
net\System\Net\SecureProtocols\_SslStream.cs (3)
475int chunkBytes = Math.Min(buffer.Size, _SslState.MaxDataSize); 503chunkBytes = Math.Min(buffer.Size, _SslState.MaxDataSize); 583int chunkBytes = Math.Min(count, _SslState.MaxDataSize);