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

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


InetTransport.SocksVersion

InetTransport     See also    


Specifies the version of SOCKS protocol to be used with the SOCKS server.

Declaration

[C++]
    void setSocksVersion(MCSocksVersion Value);
    MCSocksVersion getSocksVersion(void);

[Pascal]
    property SocksVersion : TMCSocksVersion;

[VB6]
    Property IMCXInetTransport2.SocksVersion As TMCXSocksVersion

[ActiveX]
    HRESULT _stdcall IMCXInetTransport2.SocksVersion([in] MCXSocksVersion Value );
    HRESULT _stdcall IMCXInetTransport2.SocksVersion([out, retval] MCXSocksVersion * Value );

[C#]
    public MCSocksVersion SocksVersion;

[VB.NET]
    Public Property SocksVersion As MCSocksVersion

[Java]
    public void setSocksVersion(byte value);
    public byte getSocksVersion();

[Java ME]
    public void setSocksVersion(byte value);
    public byte getSocksVersion();

[Palm]
    void setSocksVersion(MCSocksVersion Value);
    MCSocksVersion getSocksVersion(void);

[DLL]
    void __stdcall MCInetTransportSetSocksVersion(HMCInetTransport h, unsigned long value);
    unsigned long __stdcall MCInetTransportGetSocksVersion(HMCInetTransport h);

Values:

MCSocksVersion
    mcSocksV4 = 4;
    mcSocksV5 = 5;

Parameters

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

Description

    This property specifies the version of SOCKS protocol to be used with the SOCKS server.
    This property is used only when UseSocks is set.

See also:     UseSocks SocksServer SocksPort

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