WSCCause Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | WSCCause.h |
statusCode
The status code if available.
@property WSCStatusCode statusCodeDiscussion
The status code if available.
Declared In
WSCCause.h
extHeaders
The extension headers if any.
@property NSMutableDictionary *extHeadersDiscussion
The extension headers if any.
Declared In
WSCCause.h
– init:
Initializes a newly allocated WSCCause.
- (instancetype)init:(WSCStatusCode)statusCodeParameters
statusCode |
|---|
Discussion
Initializes a newly allocated WSCCause.
Declared In
WSCCause.h
– init:extHeaders:
Initializes a newly allocated WSCCause.
- (instancetype)init:(WSCStatusCode)statusCode extHeaders:(NSDictionary *)extHeadersParameters
statusCode |
|
|---|---|
extHeaders |
the extenstion headers |
Discussion
Initializes a newly allocated WSCCause.
Declared In
WSCCause.h
– description
Returns a string that represents the WSCCause.
- (NSString *)descriptionDiscussion
Returns a string that represents the WSCCause.
Declared In
WSCCause.h