EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2SocksOptions.ResolveAddress

TElAS2SocksOptions     See also    


 

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

 
 

Declaration

[C#]
    bool ResolveAddress;

[VB.NET]
    Property ResolveAddress As Boolean

[Pascal]
    property ResolveAddress: Boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[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).

 
 

See also:     Enabled     Host     Port    

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