Discuss this help topic in SecureBlackbox Forum
Specifies the Server response-header.
Declaration
[VB.NET]
Property Server As String
[Pascal]
property Server : string;
[C++]
void get_Server(std::string &OutResult);
void set_Server(const std::string &Value);
[PHP]
string get_Server()
void set_Server(string $Value)
[Java]
String getServer();
void setServer(String Value);
Description
This property specifies the Server response header (please see the RFC #2616 for further information).
Discuss this help topic in SecureBlackbox Forum