The methods of the SqlServerUploadedFile class are listed below. For a complete list of SqlServerUploadedFile class members, see the SqlServerUploadedFile Members topic.
![]() ToHex | Converts a byte array to a hexadecimal string |
CreateStream | |
Dispose | |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
MoveTo | If called, this stream is considered "verified" and is allowed to stay in the datadase. If this is never called, the row is deleted |
OpenRead | Opens the newly created file for reading |
SaveAs (inherited from UploadedFile) | Equivalent to MoveTo(path, MoveToOptions.Overwrite) |
ToString (inherited from Object) | |
Verify | If called this file is considered verified and is allowed to stay in the database. |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
SqlServerUploadedFile Class | Hitone.Web.SqlServerUploader Namespace