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