EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElAS3SocksOptions.SocksAuthentication

ElAS3SocksOptions     See also    


 

Specifies whether authentication is used when connecting to SOCKS server.

 
 

Declaration

[C#]
    TElSocksAuthentication SocksAuthentication;
    TElSocksAuthentication = int;

[VB.NET]
    Property SocksAuthentication As TElSocksAuthentication
    TElSocksAuthentication As Integer;

[Pascal]
    property SocksAuthentication: TElSocksAuthentication;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET] [ActiveX] [Pascal] Description
saNoAuthentication = 0 saNoAuthentication do not authenticate
saUserCode = 1 saUsercode authenticate using UserCode and Password
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBSocket
Assembly: BaseBlackbox
Unit: SBSocket Module: BaseBBox.dll

 
 

Description

    This property specifies the method of authentication to be used with the SOCKS server. The methods supported are "do not authenticate" and "authenticate using UserCode and Password".

 
 

See also:     Enabled     UserCode     Password    

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