SecureBlackbox 2020 iOS Edition

Questions / Feedback?

setResponseStatus (method)

Sets an HTTP status to be sent with the response.

Syntax

- (void)setResponseStatus:(int)connectionId :(int)statusCode;
public func setResponseStatus(_ connectionId: Int32, _ statusCode: Int32) throws -> Void

Remarks

Use this method to set an HTTP status for the request. A good place to call this method is a request-marking event, such as GetRequest.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]