FMIceLinkHttpSendFinishArgs Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkHttpSendFinishArgs.h FMIceLinkHttpSendFinishArgs.m |
– requestBinaryContent
Gets the binary content of the request.
- (NSMutableData *)requestBinaryContentDiscussion
Gets the binary content of the request.
Declared In
FMIceLinkHttpSendFinishArgs.h
– requestTextContent
Gets the text content of the request.
- (NSString *)requestTextContentDiscussion
Gets the text content of the request.
Declared In
FMIceLinkHttpSendFinishArgs.h
– responseBinaryContent
Gets the binary content of the response.
- (NSMutableData *)responseBinaryContentDiscussion
Gets the binary content of the response.
Declared In
FMIceLinkHttpSendFinishArgs.h
– responseHeaders
Gets the headers of the response.
- (FMIceLinkNameValueCollection *)responseHeadersDiscussion
Gets the headers of the response.
Declared In
FMIceLinkHttpSendFinishArgs.h
– responseTextContent
Gets the binary content of the response.
- (NSString *)responseTextContentDiscussion
Gets the binary content of the response.
Declared In
FMIceLinkHttpSendFinishArgs.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
FMIceLinkHttpSendFinishArgs.h