Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: HArg(string, string, string, byte[])

  • Declared in: RT.Util.HArg

Declaration

public HArg(
    string name,
    string fileName,
    string fileContentType,
    byte[] fileContent
)

Summary

Constructor for a file upload.

Parameters

stringname Name of the argument.
stringfileName Name of the file to upload.
stringfileContentType MIME content-type of the file to upload.
byte[]fileContent Raw file content.

See also