Basic authentication support
This commit is contained in:
@@ -18,6 +18,10 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic, assign) UInt16 port;
|
||||
@property (nonatomic, readonly) NSOperationQueue *operationQueue;
|
||||
|
||||
@property (nonatomic, assign) BOOL usesAccessControl;
|
||||
@property (nonatomic, strong) NSString *authUsername;
|
||||
@property (nonatomic, strong) NSString *authPassword;
|
||||
|
||||
@property (nonatomic, assign) BOOL usesSSL;
|
||||
@property (nonatomic, strong) NSString *sslCertPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user