property AllowedStatuses: TScHttpStatusCodes;
type
TScHttpStatusCodes = set of TScHttpStatusCode;
Description
Gets or sets the set of status codes acceptable for a response. If a request to an HTTP server fails and returns a status code not included in this set, an exception is raised.