EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSocketBinding.LocalIntfAddress

TElSocketBinding     See also    


 

    Specifies the address on the network interface, to which the outgoing socket must be bound.

 
 

Declaration

[C#]
    string LocalIntfAddress;

[VB.NET]
    Property LocalIntfAddress As String

[Pascal]
    property LocalIntfAddress : string;

[VB6]
    Property IElSocketBindingX.LocalIntfAddress As String

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

[DLL]
    not implemented;
 
 

Description

    Use this property to specify the address on the local network interface, to which the outgoing socket must be bound.

 
 

See also:     Port     PortRangeFrom     PortRangeTo    

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