4 references to httpSysParametersKey
System (4)
net\System\Net\HttpSysSettings.cs (4)
41
[RegistryPermission(SecurityAction.Assert, Read = @"HKEY_LOCAL_MACHINE\" +
httpSysParametersKey
)]
46
RegistryKey httpSysParameters = Registry.LocalMachine.OpenSubKey(
httpSysParametersKey
);
51
httpSysParametersKey
);
109
LogWarning(methodName, SR.net_log_listener_httpsys_registry_error,
httpSysParametersKey
, e);