FastProxy API Documentation
FastProxy API Documentation
FastProxy
FastProxy
ConnectResult Enumeration
Direction Enumeration
ExceptionEventArgs Class
ExceptionEventHandler Delegate
IConnector Interface
IListener Interface
OperationContinuation Class
OperationOutcome Enumeration
OperationResult Structure
ProxyServer Class
Range(T) Class
SimpleConnector Class
ExceptionEventHandler Delegate
Represents the method raised when an exception is thrown.
Namespace:
FastProxy
Assembly:
FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
Copy
public
delegate
void
ExceptionEventHandler
(
Object
sender
,
ExceptionEventArgs
e
)
Parameters
sender
Type:
System
Object
The event source.
e
Type:
FastProxy
ExceptionEventArgs
The event arguments.
See Also
Reference
FastProxy Namespace