Documentation update
This commit is contained in:
parent
22f5153bb8
commit
8e5dac8d42
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ typedef enum {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
The flag to determine if each `AFHTTPRequestOperation` is created in `HTTPRequestOperationWithRequest` should accept an invalid SSL certificate. If `_AFNETWORKING_ALLOW_INVALID_SSL_CERTIFICATES_` is set, this property defaults to YES for backwards compatibility support. Otherwise, this property defaults to NO.
|
The flag to determine if each `AFHTTPRequestOperation` that is created in `HTTPRequestOperationWithRequest` should accept an invalid SSL certificate. If `_AFNETWORKING_ALLOW_INVALID_SSL_CERTIFICATES_` is set, this property defaults to YES for backwards compatibility support. Otherwise, this property defaults to NO.
|
||||||
*/
|
*/
|
||||||
@property (nonatomic,assign) BOOL allowInvalidSSLCertificate;
|
@property (nonatomic,assign) BOOL allowInvalidSSLCertificate;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue