2 references to _ConstMaxQueuedReadBytes
System (2)
net\System\Net\SecureProtocols\_SslState.cs (2)
513if (_QueuedReadCount + count > _ConstMaxQueuedReadBytes) 515return new IOException(SR.GetString(SR.net_auth_ignored_reauth, _ConstMaxQueuedReadBytes.ToString(NumberFormatInfo.CurrentInfo)));