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




Gets the proxy server information used by the component.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Proxy As Proxy
Visual Basic (Usage)Copy Code
Dim instance As TcpBase
Dim value As Proxy
 
value = instance.Proxy
C# 
public Proxy Proxy {get;}
Managed Extensions for C++ 
public: __property Proxy* get_Proxy();
C++/CLI 
public:
property Proxy^ Proxy {
   Proxy^ get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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