EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSocketBinding.Port

TElSocketBinding     See also    


 

    Specifies the port to bind the outgoing socket to.

 
 

Declaration

[C#]
    int Port;

[VB.NET]
    Property Port As Integer

[Pascal]
    property Port : integer;

[VB6]
    Property IElSocketBindingX.Port As Long

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

[DLL]
    not implemented;
 
 

Description

    Use this property to specify the port to bind the outgoing socket to. If Port is 0, the socket is bound to system-defined port number.

 
 

See also:     PortRangeFrom     PortRangeTo    

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