Listener Class

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Listener Class

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

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

System.Object   Listener

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

Remarks

The Listener class provides an abstract base class that represents a listening socket of the proxy 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

Listener Members | Org.Mentalis.Proxy Namespace