Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SendResponseHeaders

TElHTTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Call this method to send response headers to the client.

Declaration

[VB.NET]
    Sub SendResponseHeaders(ByVal RequestParameters As TElHTTPServerRequestParams, ByVal ResponseParameters As TElHTTPServerResponseParams)

Parameters

  • RequestParameters - contains client's request parameters
  • ResponseParameters - specifies response parameters

Description

    Use this method to send response headers to the client. Use SendResponseData method to send response body.
    Note, that ResponseParameters should be created by user's code, but it is destroyed by TElHTTPSServer automatically, when ResponseComplete is called.

See also:     ResponseComplete     SendResponseData    

Discuss this help topic in SecureBlackbox Forum