EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.LocalAddress

TElSimpleSSHClient     See also    


 

This property specifies the local IP address bound to the socket connection.

 
 

Declaration

[C#]
    string LocalAddress;

[VB.NET]
    Property LocalAddress As String;

[Pascal]
    property LocalAddress: string;

[VB6]
    not implemented

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Assign this property the local IP address bound to the socket connection. This property must be set if UseInternalSocket is set to true.

    Note, that this property is DEPRECATED, SocketBinding should be used instead.

 
 

See also:     LocalPort     UseInternalSocket     Address     Port    

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