SecureBlackbox 2020 .NET Edition

Questions / Feedback?

SetResponseHeader Method

Sets a response header.

Syntax

public bool SetResponseHeader(long connectionId, string headerName, string value);
Public Function SetResponseHeader(ByVal ConnectionId As Long, ByVal HeaderName As String, ByVal Value As String) As Boolean

Remarks

Use this method to set a response header. A good place to call this method is a request-marking event, such as GetRequest or PostRequest.

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