EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSocketBinding.PortRangeTo

TElSocketBinding     See also    


 

    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;

[VB6]
    Property IElSocketBindingX.PortRangeTo As Long

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

[DLL]
    not implemented;
 
 

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:     Port     PortRangeFrom    

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