Conforms to NSObject
Declared in SCUploadProgress.h

Overview

This protocol describes the structure that informs about the upload progress.

Tasks

  • – progress

    Progress value. Ususally it is a floating point value from the [0..100] range.

    required method
  • – url

    A target URL for upload.

    required method
  • – headers

    Headers of the HTTP request

    required method

Instance Methods

headers

Headers of the HTTP request

- (NSDictionary *)headers

Discussion

Headers of the HTTP request

Declared In

SCUploadProgress.h

progress

Progress value. Ususally it is a floating point value from the [0..100] range.

- (NSNumber *)progress

Discussion

Progress value. Ususally it is a floating point value from the [0..100] range.

Declared In

SCUploadProgress.h

url

A target URL for upload.

- (NSURL *)url

Discussion

A target URL for upload.

Declared In

SCUploadProgress.h