Inherits from NSObject
Declared in KNYNetworkOptions.h

Tasks

Properties

retryBlock

defines the block that will invoked incase of network retry.

@property (nonatomic, copy) KNYNetworkRetryBlock retryBlock

Discussion

defines the block that will invoked incase of network retry.

Declared In

KNYNetworkOptions.h

retryCount

Defines how many times network call has to retry incase of network error. Default values is 5

@property (nonatomic, readwrite) int retryCount

Discussion

Defines how many times network call has to retry incase of network error. Default values is 5

Declared In

KNYNetworkOptions.h

retryWaitTime

Defines time interval between two network retries. Default values is 5 seconds

@property (nonatomic, readwrite) double retryWaitTime

Discussion

Defines time interval between two network retries. Default values is 5 seconds

Declared In

KNYNetworkOptions.h

timeout

Defines time out for a network call. Default value is 60 seconds

@property (nonatomic, readwrite) double timeout

Discussion

Defines time out for a network call. Default value is 60 seconds

Declared In

KNYNetworkOptions.h