ROHTTPClientChannel Class
From RemObjects Wiki
This is a Library topic for RemObjects SDK for Xcode
This page is generated from external data, please do not update
Contents |
Overview
ROHTTPClientChannel implements the standard Client Channel for communicating with RemObjects SDK servers via the HTTP protocol. It is also the channel used by the ROSimpleRemoteService.
Location
RemObjectsSDK/RemObjectsSDK.h
- ROChannel
- ROClientChannel
- ROHTTPClientChannel
- ROClientChannel
Properties
| followRedirects assign |
|---|
|
Specifies whether the channel will honor 304 HTTP redirect responses and automatically resend the request to the redirected URL (YES, default) or not (NO). |
| timeout assign |
|
The timeout, in seconds, to allow for the HTTP request to complete. Default is a generous 360 seconds (6 minutes). |
Instance Methods
| clearHeaderFields |
|---|
|
|
| getValueOfHeaderField: |
|
|
| setValue:forHeaderField: |
|
|
See Also
- Client Channels
- RODL files
- Lists
- RemObjects SDK for Xcode: Protocols – Classes – Enums
- RemObjects SDK shared: Data Types – File Types
- other editions
- RemObjects SDK for .NET: Namespaces – Interfaces – Classes – Enums
- RemObjects SDK for Delphi: Interfaces – Classes – Enums
- RemObjects SDK for Java: Namespaces – Interfaces – Classes – Enums
- RemObjects SDK for JavaScript: Objects
Product: RemObjects SDK
Available Editions: RemObjects SDK for .NET, Xcode, Delphi, Java and JavaScript
Glossary — Architecture — Articles — Features — Library — Samples