HttpUploadingFile Class

DCSoft.DBUtilityGeneric

HttpUploadingFile Class

[Missing <summary> documentation for "T:DCSoft.Utility.Web.HttpUploadingFile"]

Inheritance Hierarchy
SystemObject  DCSoft.Utility.WebHttpUploadingFile

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public class HttpUploadingFile

The HttpUploadingFile type exposes the following members.

Constructors
  NameDescription
Public methodHttpUploadingFile(String, String)
Initializes a new instance of the HttpUploadingFile class
Public methodHttpUploadingFile(Byte, String, String)
Initializes a new instance of the HttpUploadingFile class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyData
Public propertyFieldName
Public propertyFileName
Top
See Also