11 references to IgnoreSocketErrors
System (11)
net\System\Net\_ConnectStream.cs (10)
907
if (IsClosed && !
IgnoreSocketErrors
) {
914
if (m_Request.Aborted && !
IgnoreSocketErrors
) {
945
if (size == 0 || BufferOnly || m_SuppressWrite ||
IgnoreSocketErrors
)
955
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::InternalWrite() ----ing: size==0 || BufferOnly || IgnoreSocketErrors= " + (size==0) + BufferOnly +
IgnoreSocketErrors
);
1007
if (
IgnoreSocketErrors
&& !NclUtilities.IsFatal(exception))
1110
if (
IgnoreSocketErrors
&& !NclUtilities.IsFatal(exception))
2543
int nesting = (IsPostStream && internalCall && !
IgnoreSocketErrors
&& !BufferOnly && normalShutDown && !NclUtilities.HasShutdownStarted)? Nesting.Closed: Nesting.InError;
2556
if (
IgnoreSocketErrors
&& IsPostStream && !internalCall)
2564
if (
IgnoreSocketErrors
|| !normalShutDown) {
2821
if (
IgnoreSocketErrors
)
net\System\Net\HttpWebRequest.cs (1)
6034
if ((priorResponse != null && priorResponse.KeepAlive) || _SubmitWriteStream.
IgnoreSocketErrors
)