PowerTCP Telnet for .NET CF
Type Property
See Also  Send comments on this topic.
Dart.Common Namespace > Proxy Class : Type Property




Gets or sets the type of proxy to use.

Syntax

Visual Basic (Declaration) 
Public Property Type As ProxyType
Visual Basic (Usage)Copy Code
Dim instance As Proxy
Dim value As ProxyType
 
instance.Type = value
 
value = instance.Type
C# 
public ProxyType Type {get; set;}
Managed Extensions for C++ 
public: __property ProxyType get_Type();
public: __property void set_Type( 
   ProxyType value
);
C++/CLI 
public:
property ProxyType Type {
   ProxyType get();
   void set (    ProxyType value);
}

Property Value

A ProxyType enumerated value.

Remarks

The Port property is set to a default value when this property is set and the Port property is 0. Setting this property to ProxyType.None always sets the Port property to 0.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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