AppDomainSetup.DisallowCodeDownload Property
Gets or sets a value that indicates whether HTTP download of assemblies is allowed for an application domain.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if HTTP download of assemblies is not allowed; false if it is allowed.
The DisallowCodeDownload property is designed to be used by services and server applications where downloading code from an intranet or the Internet is not part of the application scenario.
Caution |
|---|
The default value for the DisallowCodeDownload property is false. This setting is unsafe for services. To help prevent services from downloading partially trusted code, set this property to true. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Caution