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
ConnectResult Enumeration
Specifies the result of a
Connect(IPEndPoint
, IListener
)
call.
Namespace:
FastProxy
Assembly:
FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
Copy
public
enum
ConnectResult
Members
Member name
Value
Description
Accept
0
Indicates the connection should be accepted.
Reject
1
Indicates the connection should be rejected.
See Also
Reference
FastProxy Namespace