Declared in CMISAuthenticationProvider.h

Tasks

  •   httpHeadersToApply

    Returns a set of HTTP headers (key-value pairs) that should be added to a HTTP call. This will be called by the AtomPub and the Web Services binding. You might want to check the binding in use before you set the headers.

    property required method
  • – updateWithHttpURLResponse: required method

Properties

httpHeadersToApply

Returns a set of HTTP headers (key-value pairs) that should be added to a HTTP call. This will be called by the AtomPub and the Web Services binding. You might want to check the binding in use before you set the headers.

@property (nonatomic, strong, readonly) NSDictionary *httpHeadersToApply

Return Value

the HTTP headers or nil if no additional headers should be set

Discussion

Returns a set of HTTP headers (key-value pairs) that should be added to a HTTP call. This will be called by the AtomPub and the Web Services binding. You might want to check the binding in use before you set the headers.

Declared In

CMISAuthenticationProvider.h

Instance Methods

updateWithHttpURLResponse:

- (void)updateWithHttpURLResponse:(NSHTTPURLResponse *)httpUrlResponse