EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.Port

TElSimpleSSHClient     See also    


 

This property specifies the port on the host to connect to.

 
 

Declaration

[C#]
    int Port;

[VB.NET]
    property Port As Integer

[Pascal]
    property Port: integer;

[VB6]
    Property Port As Long

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

[DLL]
    not implemented;
 
 

Description

    Assign this property port number on the host to connect to. The property is used, when internal socket (see UseInternalSocket) is used.
    Default value is 22.

 
 

See also:     Address     UseInternalSocket     LocalAddress LocalPort

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