FastProxy API Documentation
FastProxy API Documentation
FastProxy
FastProxy.Listeners.Chaos
ChaosAbortConfiguration Class
ChaosAbortedEventArgs Class
ChaosAbortedEventHandler Delegate
ChaosAbortReason Enumeration
ChaosConfiguration Class
ChaosConnector Class
ChaosRejectConfiguration Class
ChaosAbortedEventHandler Delegate
Represents the method called when a chaos connection is aborted.
Namespace:
FastProxy.Listeners.Chaos
Assembly:
FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
Copy
public
delegate
void
ChaosAbortedEventHandler
(
Object
sender
,
ChaosAbortedEventArgs
e
)
Parameters
sender
Type:
System
Object
The event source.
e
Type:
FastProxy.Listeners.Chaos
ChaosAbortedEventArgs
The event arguments.
See Also
Reference
FastProxy.Listeners.Chaos Namespace