Class FileParameter
Inheritance
FileParameter
Assembly: Algorand.dll
Syntax
public class FileParameter
Constructors
|
Edit this page
View Source
FileParameter(Stream)
Declaration
public FileParameter(Stream data)
Parameters
| Type |
Name |
Description |
| Stream |
data |
|
|
Edit this page
View Source
FileParameter(Stream, string)
Declaration
public FileParameter(Stream data, string fileName)
Parameters
|
Edit this page
View Source
FileParameter(Stream, string, string)
Declaration
public FileParameter(Stream data, string fileName, string contentType)
Parameters
Properties
|
Edit this page
View Source
ContentType
Declaration
public string ContentType { get; }
Property Value
|
Edit this page
View Source
Data
Declaration
public Stream Data { get; }
Property Value
|
Edit this page
View Source
FileName
Declaration
public string FileName { get; }
Property Value