28 references to Unspecified
System (28)
net\System\Net\_AuthenticationManagerBase.cs (4)
28private static TriState s_OSSupportsExtendedProtection = TriState.Unspecified; 29private static TriState s_SspSupportsExtendedProtection = TriState.Unspecified; 67if (s_OSSupportsExtendedProtection == TriState.Unspecified) 107if (s_SspSupportsExtendedProtection == TriState.Unspecified)
net\System\Net\_Connection.cs (12)
594TriState startRequestResult = TriState.Unspecified; 708if (startRequestResult == TriState.Unspecified) 748if (startRequestResult != TriState.Unspecified) { 762if (startRequestResult == TriState.Unspecified && triStateAsync != null) { 863return TriState.Unspecified; // don't use it 874return TriState.Unspecified; // don't use it 1279GlobalLog.Assert(startRequestResult != TriState.Unspecified, "WriteStartNextRequest got TriState.Unspecified from StartRequest, things are about to hang!"); 1314TriState startRequestResult = TriState.Unspecified; 1322if (!calledCloseConnection && startRequestResult != TriState.Unspecified) 1373TriState startRequestResult = TriState.Unspecified; 1488GlobalLog.Assert(startRequestResult != TriState.Unspecified, "ReadStartNextRequest got TriState.Unspecified from StartRequest, things are about to hang!"); 1512if (startRequestResult != TriState.Unspecified)
net\System\Net\_FtpControlStream.cs (1)
1250return TriState.Unspecified;
net\System\Net\Cache\IERequestCache.cs (3)
979cacheCommitAction = TriState.Unspecified; // Partial 997cacheCommitAction = TriState.Unspecified; // Partial 1037if (cacheCommitAction == TriState.Unspecified)
net\System\Net\HttpListenerRequest.cs (2)
280m_KeepAlive = TriState.Unspecified; 719if (m_KeepAlive == TriState.Unspecified)
net\System\Net\HttpWebRequest.cs (2)
841if (_RequestIsAsync == TriState.Unspecified) { 5168_RequestIsAsync = TriState.Unspecified;
net\System\Net\ServicePoint.cs (4)
118m_HostLoopbackGuess = TriState.Unspecified; 151m_HostLoopbackGuess = TriState.Unspecified; 757if (!m_UserChangedLimit && m_IPAddressInfoList == null && m_HostLoopbackGuess == TriState.Unspecified) 762if (!m_UserChangedLimit && m_IPAddressInfoList == null && m_HostLoopbackGuess == TriState.Unspecified)