Click or drag to resize

ConnectResult Enumeration

Namespace:  FastProxy
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
public enum ConnectResult
Members
  Member nameValueDescription
Accept0 Indicates the connection should be accepted.
Reject1 Indicates the connection should be rejected.
See Also