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