EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3SocketOptions.Port

TElAS3SocketOptions     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 IElAS3SocketOptionsX.Port As Integer

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

[DLL]
    not implemented;
 
 

Description

    Set this property according to the port number of the remote server. Usually, FTP uses port number 21 (this value is also used for explicit FTP over SSL connections), or 990 for implicit FTP over SSL connections.

 
 

See also:     Address    

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