ResourceCallbackArgs Class¶
Namespace: id3.Bioseal
Definition¶
Contains resource callback data.
Properties¶
Name |
Type |
Description |
|---|---|---|
byte[] |
The external resource data as a byte array. |
|
bool |
The external resource data must be updated. |
|
string |
The resource name corresponing to the uri. |
|
The resource type corresponding to the uri. |
||
string |
The URI used to retrieve the external resource. |
Methods¶
Name |
Description |
|---|---|
Computes the SHA-256 of the external resource’s data. |
|
Downloads a resource. |
|
Downloads a file from the specified URL and returns a string. |