All types
|
All members
RT.Util.Legacy
RT.KitchenSink
RT.KitchenSink.Collections
RT.Util
HArg
HArg
(
name
,
value
)
HArg
(
name
,
value
)
HArg
(
name
,
file
Name
,
file
Content
Type
,
file
Content
)
File
Content
File
Content
Type
File
Name
Name
Valid
Valid
For
Url
Encoded
Value
HClient
HResponse
Regex2
Regex2
Options
Settings
Attribute
Settings
Base
Settings
Cancel
Exception
Settings
Kind
Settings
On
Failure
Settings
Serializer
Settings
Threaded
Base
Settings
Util
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
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
string
name
Name of the argument.
string
fileName
Name of the file to upload.
string
fileContentType
MIME content-type of the file to upload.
byte[]
fileContent
Raw file content.
See also
RT.Util.HArg
(
string
,
string
)
RT.Util.HArg
(
string
,
RT.Json.
JsonValue
)