The IYourlsBaseResult type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| ReadHeader | (Inherited from IBaseResult.) |
Properties
| Name | Description | |
|---|---|---|
| CacheExpires |
Returns the date when the cached data expires. Only available when caching is enabled.
(Inherited from IBaseResult.) | |
| Callback |
Returns or sets the callback of the API call.
| |
| ErrorCode |
Returns or sets the error code of the API call.
| |
| Message |
Returns or sets the message of the API call.
| |
| ResponseRaw |
Returns the raw response from the server.
(Inherited from IBaseResult.) | |
| StatusCode |
Returns or sets the status code of the API call. 200 = OK
|
See Also