stores states for connection establishment, buffering soap request and response
More...
#include <gsoapios.h>
|
(id) | - init |
| < Set or get endpoint
|
|
stores states for connection establishment, buffering soap request and response
The class stores the states for connection establishment, buffering soap request and response.
Class GSoapiOSURLData
◆ init
< Set or get endpoint
< Set or get host name < Set or get soap action < Set or get HTTP method < Set or get content type < Set or get HTTP request message < Set or get SOAP request < Set or get SOAP response < Set or get port < Set or get received message length < Set or get the flag for the first time sending < Set or get request message length < Set or get timeout interval < Set or get cache policy < Set or get user ID for authentication < Set or get password for authentication
Constructor
◆ cache_policy
- (unsigned int) cache_policy |
|
readwritenonatomicassignprivate |
◆ content_type
- (NSString *) content_type |
|
readwritenonatomicretainprivate |
◆ endpoint
|
readwritenonatomicretainprivate |
◆ host
|
readwritenonatomicretainprivate |
◆ http_method
- (NSString *) http_method |
|
readwritenonatomicretainprivate |
◆ http_req_msg
- (NSMutableData *) http_req_msg |
|
readwritenonatomicretainprivate |
◆ password
|
readwritenonatomicretainprivate |
◆ port
|
readwritenonatomicassignprivate |
◆ received_length
|
readwritenonatomicassignprivate |
◆ req_content_length
- (int) req_content_length |
|
readwritenonatomicassignprivate |
◆ request_sent
|
readwritenonatomicassignprivate |
◆ soap_action
- (NSString *) soap_action |
|
readwritenonatomicretainprivate |
◆ soap_req_msg
- (NSData *) soap_req_msg |
|
readwritenonatomicretainprivate |
◆ soap_res_msg
- (NSData *) soap_res_msg |
|
readwritenonatomicretainprivate |
◆ timeout_interval
- (double) timeout_interval |
|
readwritenonatomicassignprivate |
◆ user_name
|
readwritenonatomicretainprivate |
The documentation for this class was generated from the following files: