7 references to IsPostStream
System (7)
net\System\Net\_ConnectStream.cs (6)
458if (IsPostStream || m_Request.Async) 933if (BufferedData!=null && size != 0 && (m_Request.ContentLength != 0 || !IsPostStream || !m_Request.NtlmKeepAlive)) { 1089if(m_Request.ContentLength == 0 && IsPostStream) { 1103if (m_Request.ContentLength != 0 || !IsPostStream || !m_Request.NtlmKeepAlive) { 2543int nesting = (IsPostStream && internalCall && !IgnoreSocketErrors && !BufferOnly && normalShutDown && !NclUtilities.HasShutdownStarted)? Nesting.Closed: Nesting.InError; 2556if (IgnoreSocketErrors && IsPostStream && !internalCall)
net\System\Net\HttpWebRequest.cs (1)
4148if (_SubmitWriteStream != null && _SubmitWriteStream.IsPostStream)