Options
Menu

Class URLRequest

Hierarchy

  • URLRequest

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • Parameters

    • Default value url: string = null

    Returns URLRequest

Properties

async

async: boolean

Use asynchronous XMLHttpRequest

type

{boolean}

data

data: any

Object containing data to be transmited with URL Request ( URL Variables / binary / string )

method

method: string

away.net.URLRequestMethod.GET away.net.URLRequestMethod.POST

type

{string}

Accessors

url

  • get (): string
  • set (value: string): void
  • Returns string

  • Parameters

    • value: string

    Returns void

Methods

dispose

  • dispose(): void
  • dispose

    Returns void

Generated using TypeDoc