HttpNfcLeaseCapabilities
HttpNfcLeaseCapabilities
Descriptor of the lease capabilities.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"pullModeSupported": false,
"corsSupported": false
}
boolean
pullModeSupported
Required
True if overall this lease can be upgraded to pull mode and all hosts in this lease support pull mode.
Prerequisite before calling pullFromUrls.
boolean
corsSupported
Required
True if all hosts in the lease support HTTP CORS.