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