EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.Address

TElSimpleSSHClient     See also    


 

This property specifies address of the host to connect to.

 
 

Declaration

[C#]
    string Address;

[VB.NET]
    Property Address As String;

[Pascal]
    property Address: string;

[VB6]
    Property Address As String

[ActiveX]
    HRESULT _stdcall Address([out, retval] BSTR * Value );
    HRESULT _stdcall Address([in] BSTR Value );

[DLL]
    not implemented;
 
 

Description

    Set this property to the address of the host to connect to. The address must be set in order to use internal socket (see UseInternalSocket).

 
 

See also:     Port     UseInternalSocket     LocalAddress LocalPort

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