EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.SocksResolveAddress

TElSimpleSSHClient     See also    


 

Specifies whether the address of destination host is resolved or passed to SOCKS server for resolving.

 
 

Declaration

[C#]
    bool SocksResolveAddress;

[VB.NET]
    Property SocksResolveAddress As Boolean

[Pascal]
    property SocksResolveAddress: Boolean;

[VB6]
    Property IElSimpleSSHClientX2.SocksResolveAddress As Boolean

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX2.SocksResolveAddress([in] VARIANT_BOOL Value );
    HRESULT _stdcall IElSimpleSSHClientX2.SocksResolveAddress([out, retval] VARIANT_BOOL * Value );

[DLL]
    not implemented;
 
 

Description

    Specifies whether the address of destination host is resolved or passed to SOCKS server for resolving. Usually the host name is resolved on the client system. However some policy can forbid DNS operations on client computers. Then the client needs to pass the host name to the SOCKS server unresolved (SOCKS server is supposed to resolve it itself).
    This property is used only when UseSocks is set.
    Default value is False.

 
 

See also:     SocksPort     SocksServer     SocksVersion    

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