Class EbicsOrderZipEntry

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Represents a single file entry from a downloaded ZIP file.

public class EbicsOrderZipEntry
Inheritance
EbicsOrderZipEntry
Derived
Inherited Members

Properties

FileData

The raw binary data that was read from the ZIP file.

public byte[] FileData { get; }

Property Value

byte[]

FileName

The file name of the ZIP entry.

public string FileName { get; }

Property Value

string