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