Discuss this help topic in SecureBlackbox Forum

TElDNSSettings.Servers

TElDNSSettings     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains the addresses of name servers to query.

Declaration

[C#]
    TElStringList Servers;

[VB.NET]
    Property Servers As TElStringList

[Pascal]
    property Servers : TStringList;

[C++]
    TElStringList* get_Servers();
    void set_Servers(TElStringList &Value);
    void set_Servers(TElStringList *Value);

[PHP]
    TElStringList get_Servers()
    void set_Servers(TElStringList $Value)

[Java]
    TElStringList getServers();
    void setServers(TElStringList Value);

Description

    Use this property to specify the addresses of the name servers. If the list is empty, system default name servers are used.

See also:     Port    

Discuss this help topic in SecureBlackbox Forum