System.AppDomainSetup.DisallowCodeDownload Property

Gets or sets a value that indicates whether HTTP download of assemblies is allowed for an application domain.

Syntax

public bool DisallowCodeDownload { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The AppDomainSetup.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.

Note:

The default value for the AppDomainSetup.DisallowCodeDownload property is false. This setting is unsafe for services. To help prevent services from downloading partially trusted code, set this property to true.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0