Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Servers.FileUpload

Summary

Represents a file upload contained in an HTTP request with a body.

Instance methods

stringReturns the MD5 hash function of the upload contents.
StreamReturns a Stream object for access to the file upload. (see also remarks)
void
SaveToFile(string localFilename)
Moves the uploaded file to a file in the local file system. (see also remarks)

Instance properties

stringThe MIME type of the uploaded file.
stringThe filename of the uploaded file as supplied by the client.