Class: NetworkRequestInfo

Constructor

NetworkRequestInfo

new NetworkRequestInfo()

Properties

content

nullable Uint8Array

The content of the request. This may be used to modify the license request body.

headers

Object

An object containing properties that you would like to send in the header.

timeoutInterval

nullable number

The network request timeout, in milliseconds.

url

nullable string

The requested URL.

withCredentials

boolean

When set to true, this indicates that CORS Access-Control requests should be made using credentials such as cookies or authorization headers.