/ fm / liveswitch / HttpWebRequestSendOptions
Interface: HttpWebRequestSendOptions
fm.liveswitch.HttpWebRequestSendOptions
Hierarchy
HttpWebRequestSendOptions
Table of contents
Properties
- content
- contentBinary
- frameUrl
- headers
- method
- onFailure
- onRequestCreated
- onResponseReceived
- onSuccess
- robustResponse
- sync
- timeout
- url
Properties
content
• content: string
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:7
contentBinary
• contentBinary: Uint8Array
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:8
frameUrl
• frameUrl: string
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:5
headers
• headers: Hash<string, string>
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:9
method
• method: string
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:6
onFailure
• Optional
onFailure: IAction1<HttpWebRequestFailureArgs>
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:15
onRequestCreated
• Optional
onRequestCreated: IFunction1<HttpWebRequest, HttpWebRequestSendOptions>
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:12
onResponseReceived
• Optional
onResponseReceived: IAction1<HttpWebResponse>
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:13
onSuccess
• Optional
onSuccess: IAction1<HttpWebRequestSuccessArgs>
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:14
robustResponse
• robustResponse: boolean
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:11
sync
• sync: boolean
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:3
timeout
• timeout: number
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:10
url
• url: string
Defined in: Generated/TypeScript/fm.liveswitch/HttpWebRequestSendOptions.ts:4