EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  Pascal  ActiveX  DLL 


TElAS2HTTPOptions.Version

TElAS2HTTPOptions     See also    


 

This property defines which version of HTTP protocol to use.

 
 

Declaration

[C#]
    TSBHTTPVersion Version ;

[VB.NET]
    Property Version As TSBHTTPVersion

[Pascal]
    property Version: TSBHTTPVersion;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] Description
hvHTTP10 = 0 hvHTTP10 HTTP version 1.0
hvHTTP11 = 1 hvHTTP11 HTTP version 1.1
Declared in
[.NET] [Pascal]
Namespace: SBHTTPSConstants
Assembly: SecureBlackbox.HTTP
Unit: SBHTTPSConstants

 
 

Description

    Set this property to define which version of HTTP protocol to use. The most popular version is HTTP/1.1, but it's 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.

 
 

See also:     UseNTLMAuth    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation