Index Hierarchy OSSRequest Class Reference Inherits from NSObject Declared in OSSModel.hOSSModel.m Overview 请求头的基类 extend OSSRequest to include the ref to networking request object Tasks isAuthenticationRequired property – cancel Properties isAuthenticationRequired 指明该请求是否需要鉴权,单次有效 @property (nonatomic, assign) BOOL isAuthenticationRequired Discussion 指明该请求是否需要鉴权,单次有效 Declared In OSSModel.h Instance Methods cancel 取消这个请求 - (void)cancel Discussion 取消这个请求 Declared In OSSModel.h Index Hierarchy