VSSRequestContext Class Reference
Inherits from | NSObject |
---|---|
Declared in | VSSRequestContext.h |
Overview
Request context contains all the utility information about the request.
Actual requests use the context objects to get the service URL and unique identifier, if it is necessary.
Other Methods
uuid
Unique identifier which might be used by the request. This identifier is generated automatically when context is created.
@property (nonatomic, strong, readonly) NSString *uuid
Declared In
VSSRequestContext.h
serviceUrl
Contains base (service) url which will be used by the request.
@property (nonatomic, strong, readonly) NSString *serviceUrl
Declared In
VSSRequestContext.h
Lifecycle
– initWithServiceUrl:
Designated constructor.
- (instancetype __nonnull)initWithServiceUrl:(NSString *__nonnull)serviceUrl
Parameters
serviceUrl |
Base (service) url which will be used by the request. |
---|
Return Value
Instance of the Request context wrapper object.
Declared In
VSSRequestContext.h