Class FileParameter
Inheritance
object
FileParameter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class FileParameter
Constructors
| Improve this Doc View SourceFileParameter(Stream, string, string)
Declaration
public FileParameter(Stream data, string fileName, string contentType)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | data | |
string | fileName | |
string | contentType |
FileParameter(Stream, string)
Declaration
public FileParameter(Stream data, string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | data | |
string | fileName |
FileParameter(Stream)
Declaration
public FileParameter(Stream data)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | data |
Properties
| Improve this Doc View SourceContentType
Declaration
public string ContentType { get; }
Property Value
Type | Description |
---|---|
string |
Data
Declaration
public Stream Data { get; }
Property Value
Type | Description |
---|---|
System.IO.Stream |
FileName
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
string |