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