Client Class

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Client Class

Specifies the basic methods and properties of a Client object. This is an abstract class and must be inherited.

For a list of all members of this type, see Client Members.

System.Object   Client

[Visual Basic]
MustInherit Public Class Client
   Implements IDisposable
[C#]
public abstract class Client : IDisposable

Remarks

The Client class provides an abstract base class that represents a connection to a local client and a remote server. Descendant classes further specify the protocol that is used between those two connections.

Requirements

Namespace: Org.Mentalis.Proxy Namespace

Assembly: Proxy.exe

See Also

Client Members | Org.Mentalis.Proxy Namespace