edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

UploadSpec Structure

Holds the information about the file(s) to be uploaded.

Definition

Namespace: EnterpriseDT.Net.Ftp.Http
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public struct UploadSpec
Inheritance
Object    ValueType    UploadSpec

Constructors

UploadSpec(String, String) Creates a new upload spec based on a file name.
UploadSpec(Byte, String, String) Creates a new upload spec based on a byte array.

Properties

Contents The byte array content to be uploaded.
FieldName The HTML form field the file should be uploaded into.
FileName The name of the file to be uploaded.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also