FMLiveSwitchHttpSendStartArgs Class Reference

Arguments for addOnSendStart: (FMLiveSwitchHttpTransfer). More...

Instance Methods

(instancetype) - init
 
(NSMutableData *) - requestBinaryContent
 Gets the binary content of the request. More...
 
(NSString *) - requestTextContent
 Gets the text content of the request. More...
 
(id- sender
 Gets the sender of the request, either a client or publisher. More...
 

Class Methods

(FMLiveSwitchHttpSendStartArgs *) + httpSendStartArgs
 

Detailed Description

Method Documentation

◆ httpSendStartArgs

+ (FMLiveSwitchHttpSendStartArgs*) httpSendStartArgs

◆ init

- (instancetype) init

◆ requestBinaryContent

- (NSMutableData*) requestBinaryContent

Gets the binary content of the request.

◆ requestTextContent

- (NSString*) requestTextContent

Gets the text content of the request.

◆ sender

- (id) sender

Gets the sender of the request, either a client or publisher.