ResourceCallbackArgs Class

Namespace: id3.Bioseal

Definition

Contains resource callback data.

Properties

Name

Type

Description

outputData

byte[]

The external resource data as a byte array.

requiresUpdate

bool

The external resource data must be updated.

resourceName

string

The resource name corresponing to the uri.

resourceType

ResourceType

The resource type corresponding to the uri.

uri

string

The URI used to retrieve the external resource.

Methods

Name

Description

computeSha256

Computes the SHA-256 of the external resource’s data.

download

Downloads a resource.

downloadStringFile

Downloads a file from the specified URL and returns a string.