15 references to ErrorInStream
System (15)
net\System\Net\_ConnectStream.cs (14)
573
if (
ErrorInStream
) {
902
if (
ErrorInStream
) {
1320
if (
ErrorInStream
) {
1386
if (
ErrorInStream
) {
1655
if (
ErrorInStream
) {
1778
if (
ErrorInStream
)
1832
if (
ErrorInStream
) {
1934
if (
ErrorInStream
)
2129
if (error == WebExceptionStatus.Success && !stream.
ErrorInStream
) {
2173
if (!
ErrorInStream
)
2244
if (error == WebExceptionStatus.Success && !
ErrorInStream
)
2438
if (WriteChunked && !
ErrorInStream
&& !m_IgnoreSocketErrors)
2477
if (
ErrorInStream
)
2598
if (!
ErrorInStream
) {
net\System\Net\HttpWebRequest.cs (1)
4155
if (_OldSubmitWriteStream == null && !_SubmitWriteStream.
ErrorInStream
&& AllowWriteStreamBuffering)