/ fm / liveswitch / HttpSendStartArgs
Class: HttpSendStartArgs
fm.liveswitch.HttpSendStartArgs
Arguments for [[fm.liveswitch.httpTransfer.addOnSendStart]].
Table of contents
Constructors
Methods
Constructors
constructor
+ new HttpSendStartArgs(): HttpSendStartArgs
Returns: HttpSendStartArgs
Defined in: Generated/TypeScript/fm.liveswitch/HttpSendStartArgs.ts:17
Methods
getRequestBinaryContent
▸ getRequestBinaryContent(): Uint8Array
Gets the binary content of the request.
Returns: Uint8Array
Defined in: Generated/TypeScript/fm.liveswitch/HttpSendStartArgs.ts:35
getRequestTextContent
▸ getRequestTextContent(): string
Gets the text content of the request.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/HttpSendStartArgs.ts:47
getSender
▸ getSender(): Object
Gets the sender of the request, either a client or publisher.
Returns: Object
Defined in: Generated/TypeScript/fm.liveswitch/HttpSendStartArgs.ts:59
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/HttpSendStartArgs.ts:9