ROHTTPClientChannel Class

From RemObjects Wiki

Jump to:navigation, search
Xcode-48.png

This is a Library topic for RemObjects SDK for Xcode
This page is generated from external data, please do not update

ClassesProtocolsEnums


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


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

@property (assign) BOOL followRedirects

timeout   assign

The timeout, in seconds, to allow for the HTTP request to complete. Default is a generous 360 seconds (6 minutes).

@property (assign) long timeout


Instance Methods

clearHeaderFields


- (void) clearHeaderFields

getValueOfHeaderField:


- (NSString *) getValueOfHeaderField:(NSString *)name
Parameters:

  • name:


setValue:forHeaderField:


- (void) setValue:(NSString *)value forHeaderField:(NSString *)name
Parameters:

  • value:
  • name:



See Also


Ro-48.png

Product: RemObjects SDK
Available Editions: RemObjects SDK for .NET, Xcode, Delphi, Java and JavaScript

GlossaryArchitectureArticlesFeaturesLibrarySamples

Navigation
products
platforms
special
Toolbox