EldoS
MsgConnect home / Documentation / InetTransport.SocksPort property
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


InetTransport.SocksPort

InetTransport     See also    


Specifies the port being bound for the SOCKS server.

Declaration

[C++]
    void setSocksPort(unsigned Value);
    unsigned getSocksPort(void);

[Pascal]
    property SocksPort : word;

[VB6]
    Property SocksPort As Long

[ActiveX]
    HRESULT _stdcall IMCXInetTransport2.SocksPort([in] unsigned long Value );
    HRESULT _stdcall IMCXInetTransport2.SocksPort([out, retval] unsigned long * Value );

[C#]
    public int SocksPort;

[VB.NET]
    Public Property SocksPort As Integer

[Java]
    public void setSocksPort(int value);
    public int getSocksPort();

[Java ME]
    public void setSocksPort(int value);
    public int getSocksPort();

[Palm]
    void setSocksPort(unsigned Value);
    unsigned getSocksPort(void);

[DLL]
    void __stdcall MCInetTransportSetSocksPort(HMCInetTransport h, unsigned short value);
    unsigned short __stdcall MCInetTransportGetSocksPort(HMCInetTransport h);

Parameters

  • h - handle to the object that was returned by Create method

Description

    Specifies the port that SOCKS server is bound to.
    This property is used only when UseSocks is set.

See also:     UseSocks SocksServer SocksVersion

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