Click or drag to resize

FastProxy Namespace

The FastProxy namespace contains the proxy server and supporting classes.
Classes
  ClassDescription
Public classExceptionEventArgs
Specifies the event arguments for a ExceptionEventHandler.
Public classOperationContinuation
Allows the outcome of a OperationResult to be delayed.
Public classProxyServer
Provides a simple proxy TCP/IP server.
Public classRangeT
Defines a value range.
Public classSimpleConnector
Provides a simple IConnector implementation that accepts every incoming connection and returns the same endpoint and listener for every connection.
Structures
  StructureDescription
Public structureOperationResult
Specifies the outcome of a DataReceived(Int32, Direction) operation.
Interfaces
  InterfaceDescription
Public interfaceIConnector
Provides an interface for accepting incoming connections in a ProxyServer.
Public interfaceIListener
Provides an interface to integrate into ProxyServer.
Delegates
  DelegateDescription
Public delegateExceptionEventHandler
Represents the method raised when an exception is thrown.
Enumerations
  EnumerationDescription
Public enumerationConnectResult
Public enumerationDirection
Specifies the direction of data flow.
Public enumerationOperationOutcome
Specifies the outcome of a data transfer operation.