FMIceLinkHttpRequestCreatedArgs Class Reference

Inherits from NSObject
Declared in FMIceLinkHttpRequestCreatedArgs.h
FMIceLinkHttpRequestCreatedArgs.m

Overview

Arguments passed into callbacks when an HTTP [request](#//api/name/request) is created.

– request

Gets the outgoing HTTP request about to be sent to the server.
- (NSMutableURLRequest *)request

Discussion

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 *)requestArgs

Discussion

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)sender

Discussion

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 *)value

Discussion

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 *)value

Discussion

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)value

Discussion

Sets the [sender](#//api/name/sender) of the [request](#//api/name/request), either a client or publisher.

Declared In

FMIceLinkHttpRequestCreatedArgs.h