FMIceLinkHttpRequestCreatedArgs Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkHttpRequestCreatedArgs.h FMIceLinkHttpRequestCreatedArgs.m |
– request
Gets the outgoing HTTP request about to be sent to the server.
- (NSMutableURLRequest *)requestDiscussion
Gets the outgoing HTTP request about to be sent to the server.
Declared In
FMIceLinkHttpRequestCreatedArgs.h
– requestArgs
Gets the original [request](#//api/name/request) arguments.
- (FMIceLinkHttpRequestArgs *)requestArgsDiscussion
Gets the original [request](#//api/name/request) arguments.
Declared In
FMIceLinkHttpRequestCreatedArgs.h
– sender
Gets the sender of the [request](#//api/name/request), either a client or publisher.
- (id)senderDiscussion
Gets the sender of the [request](#//api/name/request), either a client or publisher.
Declared In
FMIceLinkHttpRequestCreatedArgs.h
– setRequest:
Sets the outgoing HTTP [request](#//api/name/request) about to be sent to the server.
- (void)setRequest:(NSMutableURLRequest *)valueDiscussion
Sets the outgoing HTTP [request](#//api/name/request) about to be sent to the server.
Declared In
FMIceLinkHttpRequestCreatedArgs.h
– setRequestArgs:
Sets the original [request](#//api/name/request) arguments.
- (void)setRequestArgs:(FMIceLinkHttpRequestArgs *)valueDiscussion
Sets the original [request](#//api/name/request) arguments.
Declared In
FMIceLinkHttpRequestCreatedArgs.h
– setSender:
Sets the [sender](#//api/name/sender) of the [request](#//api/name/request), either a client or publisher.
- (void)setSender:(id)valueDiscussion
Sets the [sender](#//api/name/sender) of the [request](#//api/name/request), either a client or publisher.
Declared In
FMIceLinkHttpRequestCreatedArgs.h