FMIceLinkHttpWebRequestTransfer Class Reference
| Inherits from | FMIceLinkHttpTransfer : NSObject | 
|---|---|
| Declared in | FMIceLinkHttpWebRequestTransfer.h FMIceLinkHttpWebRequestTransfer.m  | 
– sendTextWithRequestArgs:
	
Sends text content synchronously using the specified arguments.
			- (FMIceLinkHttpResponseArgs *)sendTextWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgsParameters
requestArgs | 
						The request arguments.  | 
					
|---|
Return Value
The response arguments from the server.
Discussion
Sends text content synchronously using the specified arguments.
			Declared In
FMIceLinkHttpTransfer.h
– sendTextAsyncWithRequestArgs:callback:
	
Sends text content asynchronously using the specified arguments.
			- (void)sendTextAsyncWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs callback:(FMIceLinkAction1 *)callbackParameters
requestArgs | 
						The request arguments.  | 
					
|---|---|
callback | 
						The callback to execute on success or failure.  | 
					
Discussion
Sends text content asynchronously using the specified arguments.
			Declared In
FMIceLinkHttpTransfer.h
– sendBinaryWithRequestArgs:
	
Sends binary content synchronously using the specified arguments.
			- (FMIceLinkHttpResponseArgs *)sendBinaryWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgsParameters
requestArgs | 
						The request arguments.  | 
					
|---|
Return Value
The response arguments from the server.
Discussion
Sends binary content synchronously using the specified arguments.
			Declared In
FMIceLinkHttpTransfer.h
– sendBinaryAsyncWithRequestArgs:callback:
	
Sends binary content asynchronously using the specified arguments.
			- (void)sendBinaryAsyncWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs callback:(FMIceLinkAction1 *)callbackParameters
requestArgs | 
						The request arguments.  | 
					
|---|---|
callback | 
						The callback to execute on success or failure.  | 
					
Discussion
Sends binary content asynchronously using the specified arguments.
			Declared In
FMIceLinkHttpTransfer.h
– shutdown
	
Releases any resources and shuts down.
			- (void)shutdownDiscussion
Releases any resources and shuts down.
			Declared In
FMIceLinkHttpTransfer.h