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

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


InetTransport.UseSocks

InetTransport     See also    


Specifies whether connection is established via SOCKS server.

Declaration

[C++]
    void setUseSocks(bool Value);
    bool getUseSocks(void);

[Pascal]
    property UseSocks : boolean;

[VB6]
    Property IMCXInetTransport2.UseSocks As Boolean

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

[C#]
    public bool UseSocks;

[VB.NET]
    Public Property UseSocks As Boolean

[Java]
    public void setUseSocks(boolean value);
    public boolean getUseSocks();

[Java ME]
    public void setUseSocks(boolean value);
    public boolean getUseSocks();

[Palm]
    void setUseSocks(bool Value);
    bool getUseSocks(void);

[DLL]
    void __stdcall MCInetTransportSetUseSocks(HMCInetTransport h, bool value);
    bool __stdcall MCInetTransportGetUseSocks(HMCInetTransport h);

Parameters

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

Description

    This property defines whether the connection is established directly (when UseSocks is false) or via SOCKS server (when UseSocks is true).

See also:     SocksServer SocksPort SocksVersion

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