PowerTCP Telnet for .NET CF
ProxyType Enumeration
See Also  Send comments on this topic.
Dart.Common Namespace : ProxyType Enumeration




Enumerates the supported proxy types.

Syntax

Visual Basic (Declaration) 
Public Enum ProxyType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ProxyType
C# 
public enum ProxyType : System.Enum 
Managed Extensions for C++ 
__value public enum ProxyType : public System.Enum 
C++/CLI 
public enum class ProxyType : public System.Enum 

Members

MemberDescription
HttpConnectHttp-Connect proxy. The Username and Password properties are used.
None No proxy server is used.
Socks4SOCKS v4 proxy. The Username property is used.
Socks5SOCKS v5 proxy. The Username and Password properties are used.

Remarks

This enumeration is used by the Proxy property.

Set the Proxy.Type property to the proper ProxyType of your proxy server before calling any method that requires communication with the server.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Common.ProxyType

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.