Discuss this help topic in SecureBlackbox Forum

TElHTTPServerRequestParams.HTTPVersion

TElHTTPServerRequestParams     


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


This property defines which version of HTTP protocol to use.

Declaration

[C#]
    TSBHTTPVersion HTTPVersion;

[VB.NET]
    Property HTTPVersion As TSBHTTPVersion

[Pascal]
    property HTTPVersion : TSBHTTPVersion;

[C++]
    TSBHTTPVersion get_HTTPVersion();
    void set_HTTPVersion(TSBHTTPVersion Value);

[PHP]
    integer get_HTTPVersion()
    void set_HTTPVersion(integer $Value)

[Java]
    TSBHTTPVersion getHTTPVersion();
    void setHTTPVersion(TSBHTTPVersion Value);

Values:

Description

    Set this property to define which version of HTTP protocol to use. The most popular version is HTTP/1.1, but it is not supported by some old servers. HTTP/1.0 doesn't support many of HTTP/1.1 abilities, such as downloading a part of file and so on.

Discuss this help topic in SecureBlackbox Forum