public struct UploadSpecPublic Structure UploadSpecpublic value class UploadSpec[<SealedAttribute>]
type UploadSpec =
struct
inherit ValueType
end| 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. |
| 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. |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |