Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonpSendOptions

Hierarchy

  • HttpWebRequestSendOptions
    • JsonpSendOptions

Index

Properties

cacheBusterParameterName

cacheBusterParameterName: string

callbackParameterName

callbackParameterName: string

canSegmentJsonArray

canSegmentJsonArray: boolean

content

content: string

contentBinary

contentBinary: Uint8Array

contentParameterName

contentParameterName: string

frameUrl

frameUrl: string

headers

headers: Hash<string, string>

headersParameterName

headersParameterName: string

method

method: string

methodParameterName

methodParameterName: string

Optional onFailure

onFailure: IAction1<HttpWebRequestFailureArgs>

Optional onRequestCreated

onRequestCreated: IFunction1<HttpWebRequest, HttpWebRequestSendOptions>

Optional onResponseReceived

onResponseReceived: IAction1<HttpWebResponse>

Optional onSuccess

onSuccess: IAction1<HttpWebRequestSuccessArgs>

robustResponse

robustResponse: boolean

statusCodeParameterName

statusCodeParameterName: string

sync

sync: boolean

timeout

timeout: number

url

url: string

useFrame

useFrame: boolean