EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.LocalPort

TElSimpleSSHClient     See also    


 

This property specifies the local port bound to the socket connection.

 
 

Declaration

[C#]
    int LocalPort;

[VB.NET]
    Property LocalPort As Integer

[Pascal]
    property LocalPort: integer;

[VB6]
    not implemented

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Assign this property the local port bound to the socket connection. This property must be set if UseInternalSocket is set to true.
    Default value is 22.

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

 
 

See also:     LocalAddress     UseInternalSocket     Port     Address    

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