FMIceLinkHttpSendStartArgs Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkHttpSendStartArgs.h FMIceLinkHttpSendStartArgs.m |
– requestBinaryContent
Gets the binary content of the request.
- (NSMutableData *)requestBinaryContentDiscussion
Gets the binary content of the request.
Declared In
FMIceLinkHttpSendStartArgs.h
– requestTextContent
Gets the text content of the request.
- (NSString *)requestTextContentDiscussion
Gets the text content of the request.
Declared In
FMIceLinkHttpSendStartArgs.h
– sender
Gets the sender of the request, either a client or publisher.
- (id)senderDiscussion
Gets the sender of the request, either a client or publisher.
Declared In
FMIceLinkHttpSendStartArgs.h