Class UploadProgress
The UploadProgress class is an entry point of the progress structure, which is provided by one or more upload progress providers.
Inheritance
System.Object
UploadProgress
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.FileUploader.Web
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0Syntax
public static class UploadProgress
Properties
Enabled
Gets a value indicating whether this UploadProgress is enabled.
Declaration
public static bool Enabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Provider
Gets or sets the provider.
Declaration
public static UploadProgressProvider Provider { get; }
Property Value
Type | Description |
---|---|
UploadProgressProvider | The provider. |
Providers
Gets the providers.
Declaration
public static UploadProgressProviderCollection Providers { get; }
Property Value
Type | Description |
---|---|
UploadProgressProviderCollection | The providers. |
Timeout
Gets the timeout.
Declaration
public static int Timeout { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The timeout. |