Click or drag to resize

BanMode Enumeration

The BanMode enumeration contains the costants describing the possible banning modalities for a BanUserRequest.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public enum BanMode
Members
  Member nameValueDescription
BY_ADDRESS0 User is banned by IP address.
BY_NAME1 User is banned by name.
See Also