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

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


InetTransport.SocksUserCode

InetTransport     See also    


Specifies the usercode (username) to access the SOCKS server.

Declaration

[C++]
    void setSocksUserCode(char* Value);
    char* getSocksUserCode(void);

[Pascal]
    property SocksUserCode : string;

[VB6]
    Property IMCXInetTransport2.SocksUserCode As String

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

[C#]
    public string SocksUserCode;

[VB.NET]
    Public Property SocksUserCode As String

[Java]
    public void setSocksUserCode(String value;
    public String getSocksUserCode;

[Java ME]
    public void setSocksUserCode(String value);
    public String getSocksUserCode();

[Palm]
    void setSocksUserCode(char* Value);
    char* getSocksUserCode(void);

[DLL]
    void __stdcall MCInetTransportSetSocksUserCode(HMCInetTransport h, char* value);
    char* __stdcall MCInetTransportGetSocksUserCode(HMCInetTransport h);

Parameters

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

Description

    This property specifies the user code (username) to access the SOCKS server.
    This property is used only when UseSocks is set and SocksAuthentication is set to saUsercode.

See also:     UseSocks SocksAuthentication SocksPassword

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