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