FMIceLinkHttpResponseArgs Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkHttpResponseArgs.h FMIceLinkHttpResponseArgs.m  | 
– binaryContent
	
Gets the binary content read from the HTTP response.
			- (NSMutableData *)binaryContentDiscussion
Gets the binary content read from the HTTP response.
			Declared In
FMIceLinkHttpResponseArgs.h
– exception
	
Gets the exception generated while completing the request.
			- (NSException *)exceptionDiscussion
Gets the exception generated while completing the request.
			Declared In
FMIceLinkHttpResponseArgs.h
– headers
	
Gets the headers read from the HTTP response.
			- (FMIceLinkNameValueCollection *)headersDiscussion
Gets the headers read from the HTTP response.
			Declared In
FMIceLinkHttpResponseArgs.h
+ httpResponseArgsWithRequestArgs:
	
Initializes a new instance of the FMIceLinkHttpResponseArgs class.
			+ (FMIceLinkHttpResponseArgs *)httpResponseArgsWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgsParameters
requestArgs | 
						The request arguments.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkHttpResponseArgs class.
			Declared In
FMIceLinkHttpResponseArgs.h
– initWithRequestArgs:
	
Initializes a new instance of the FMIceLinkHttpResponseArgs class.
			- (instancetype)initWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgsParameters
requestArgs | 
						The request arguments.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkHttpResponseArgs class.
			Declared In
FMIceLinkHttpResponseArgs.h
– requestArgs
	
Gets the original [FMIceLinkHttpRequestArgs](../Classes/FMIceLinkHttpRequestArgs.html).
			- (FMIceLinkHttpRequestArgs *)requestArgsDiscussion
Gets the original [FMIceLinkHttpRequestArgs](../Classes/FMIceLinkHttpRequestArgs.html).
			Declared In
FMIceLinkHttpResponseArgs.h
– setBinaryContent:
	
Sets the binary content read from the HTTP response.
			- (void)setBinaryContent:(NSMutableData *)valueDiscussion
Sets the binary content read from the HTTP response.
			Declared In
FMIceLinkHttpResponseArgs.h
– setException:
	
Sets the [exception](#//api/name/exception) generated while completing the request.
			- (void)setException:(NSException *)valueDiscussion
Sets the [exception](#//api/name/exception) generated while completing the request.
			Declared In
FMIceLinkHttpResponseArgs.h
– setRequestArgs:
	
Sets the original [FMIceLinkHttpRequestArgs](../Classes/FMIceLinkHttpRequestArgs.html).
			- (void)setRequestArgs:(FMIceLinkHttpRequestArgs *)valueDiscussion
Sets the original [FMIceLinkHttpRequestArgs](../Classes/FMIceLinkHttpRequestArgs.html).
			Declared In
FMIceLinkHttpResponseArgs.h
– setStatusCode:
	
Sets the status code read from the HTTP response.
			- (void)setStatusCode:(int)valueDiscussion
Sets the status code read from the HTTP response.
			Declared In
FMIceLinkHttpResponseArgs.h
– setTextContent:
	
Sets the text content read from the HTTP response.
			- (void)setTextContent:(NSString *)valueDiscussion
Sets the text content read from the HTTP response.
			Declared In
FMIceLinkHttpResponseArgs.h
– statusCode
	
Gets the status code read from the HTTP response.
			- (int)statusCodeDiscussion
Gets the status code read from the HTTP response.
			Declared In
FMIceLinkHttpResponseArgs.h
– textContent
	
Gets the text content read from the HTTP response.
			- (NSString *)textContentDiscussion
Gets the text content read from the HTTP response.
			Declared In
FMIceLinkHttpResponseArgs.h