Discuss this help topic in SecureBlackbox Forum

TElDNSClient.Activate

TElDNSClient     See also     


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


Use this method to activate the client.

Declaration

[C#]
    void Activate();

[VB.NET]
    Sub Activate()

[Pascal]
    procedure Activate;

[C++]
    void Activate();

[PHP]
    void Activate()

[Java]
    void activate();

Description

    This method binds an outgoing socket to the specified local address and port. Bound address and port are definded via Binding property. Call this method before performing any DNS request.

See also:     Active     Binding     Deactivate    

Discuss this help topic in SecureBlackbox Forum