Initializes a new instance of the UploadEnvironment class, which acts as a wrapper for an EAUpload configuration that is specified in web.config file of your web application.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0

Syntax

C#
public UploadEnvironment()
Visual Basic (Declaration)
Public Sub New

Remarks

All new instances inherit configuration that is defined in the CommonEnvironment property.

See Also