EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2SocksOptions.Version

TElAS2SocksOptions     See also    


 

Specifies the version of SOCKS protocol to be used with the SOCKS server.

 
 

Declaration

[C#]
    TElVersion Version;
    TElSocksVersion = Int;

[VB.NET]
    Property Version As TElSocksVersion
    TElSocksVersion As Integer

[Pascal]
    property Version: TElSocksVersion;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET] [ActiveX] [Pascal] Description
elxSocks4 = 0 elSocks4 version 4
elxSocks5 = 1 elSocks5 version 5
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBSocket
Assembly: BaseBlackbox
Unit: SBSocket Module: BaseBBox.dll

 
 

Description

    This property specifies the version of SOCKS protocol to be used with the SOCKS server.

 
 

See also:     Enabled     Host    

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