EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSocketBinding.PortRangeFrom

TElSocketBinding     See also    


 

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

 
 

Declaration

[C#]
    int PortRangeFrom;

[VB.NET]
    Property PortRangeFrom As Integer

[Pascal]
    property PortRangeFrom : integer;

[VB6]
    Property IElSocketBindingX.PortRangeFrom As Long

[ActiveX]
    HRESULT _stdcall IElSocketBindingX.PortRangeFrom([out, retval] long * Value);
    HRESULT _stdcall IElSocketBindingX.PortRangeFrom([in] long Value);

[DLL]
    not implemented;
 
 

Description

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

 
 

See also:     Port     PortRangeTo    

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