Class EbicsOrderZipEntry
Represents a single file entry from a downloaded ZIP file.
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsOrderZipEntry
Properties
FileData
The raw binary data that was read from the ZIP file.
Declaration
public byte[] FileData { get; }
Property Value
Type | Description |
---|---|
byte[] |
FileName
The file name of the ZIP entry.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
string |