PowerTCP Mail for .NET
Proxy Class
Members  See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : Proxy Class




Provides an easy way to manage communication with proxy servers

Object Model

Proxy Class

Syntax

Visual Basic (Declaration) 
Public Class Proxy 
Visual Basic (Usage)Copy Code
Dim instance As Proxy
C# 
public class Proxy 
Managed Extensions for C++ 
public __gc class Proxy 
C++/CLI 
public ref class Proxy 

Remarks

The Proxy class provides extensive native support for proxy servers. Simply set the appropriate properties of the Proxy class and proxy communication occurs transparently.

When using PowerTCP components that use the Tcp component for the underlying connection, you can set the Proxy properties by using the object.Connection property, which exposes the Tcp component. When using the Tcp component, simple set the Tcp.Proxy property.

Inheritance Hierarchy

System.Object
   Dart.PowerTCP.Mail.Proxy

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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