Discuss this help topic in SecureBlackbox Forum

TElClientSocketBinding.PortRangeTo

TElClientSocketBinding     See also     


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


Specifies the upper range of ports to bind the outgoing socket to.

Declaration

[C#]
    int PortRangeTo;

[VB.NET]
    Property PortRangeTo As Integer

[Pascal]
    property PortRangeTo : integer;

[C++]
    int32_t get_PortRangeTo();
    void set_PortRangeTo(int32_t Value);

[PHP]
    integer get_PortRangeTo()
    void set_PortRangeTo(integer $Value)

[Java]
    int getPortRangeTo();
    void setPortRangeTo(int Value);

Description

    Use this property to specify the upper range of ports to bind the outgoing socket to. The lower range is specified by PortRangeFrom. If these properties are set, the socket is bound to any free port in this range (including PortRangeFrom and PortRangeTo values).

See also:     PortRangeFrom    

Discuss this help topic in SecureBlackbox Forum