16 references to ComNetOS
System (16)
net\System\Net\_AuthenticationManagerBase.cs (2)
69
if (
ComNetOS
.IsWin7orLater)
109
if (
ComNetOS
.IsWin7orLater)
net\System\Net\_AutoWebProxyScriptEngine.cs (1)
291
if (
ComNetOS
.IsWin7orLater)
net\System\Net\_DigestClient.cs (1)
744
suppressExtendedProtection = !
ComNetOS
.IsWin7orLater;
net\System\Net\_NegotiateClient.cs (1)
244
if (
ComNetOS
.IsWin7orLater) {
net\System\Net\_NTAuthentication.cs (2)
368
if (!trustedSpn &&
ComNetOS
.IsWin7Sp1orLater)
507
else if (
ComNetOS
.IsWin7orLater)
net\System\Net\_SecureChannel.cs (1)
1007
&&
ComNetOS
.IsWin8orLater && Microsoft.Win32.UnsafeNativeMethods.IsPackagedProcess.Value)
net\System\Net\DNS.cs (1)
580
if (!
ComNetOS
.IsWin7Sp1orLater)
net\System\Net\HttpListener.cs (1)
296
internal static readonly bool SkipIOCPCallbackOnSuccess =
ComNetOS
.IsWin8orLater;
net\System\Net\Internal.cs (1)
68
if (
ComNetOS
.IsAspNetServer)
net\System\Net\ServicePointManager.cs (1)
137
if (
ComNetOS
.IsAspNetServer) {
net\System\Net\UnsafeNativeMethods.cs (3)
213
if (
ComNetOS
.InstallationType == WindowsInstallationType.ServerCore)
1693
if (!
ComNetOS
.IsWin7orLater)
2944
if (
ComNetOS
.IsWin7orLater) {
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
47
private static volatile bool s_HttpSysSupportsWebSockets =
ComNetOS
.IsWin8orLater;