Discuss this help topic in SecureBlackbox Forum

TElDNSClient.Port

TElDNSClient     See also     


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


Specifies the remote port.

Declaration

[C#]
    ushort Port;

[VB.NET]
    Property Port As UInt16

[Pascal]
    property Port : integer;

[C++]
    uint16_t get_Port();
    void set_Port(uint16_t Value);

[PHP]
    integer get_Port()
    void set_Port(integer $Value)

[Java]
    short getPort();
    void setPort(short arg0);

Description

    Use this property to specify the port on the remote host to connect to. The remote host is specified by Address property. Default value is 53.

See also:     Address    

Discuss this help topic in SecureBlackbox Forum