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 |
Arguments for addOnSendStart: (FMLiveSwitchHttpTransfer).
+ (FMLiveSwitchHttpSendStartArgs*) httpSendStartArgs |
- (instancetype) init |
- (NSMutableData*) requestBinaryContent |
Gets the binary content of the request.
- (NSString*) requestTextContent |
Gets the text content of the request.
- (id) sender |
Gets the sender of the request, either a client or publisher.