C# Class PlayFab.ServerModels.BanInfo

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
Active bool
BanId string
Created DateTime?
Expires DateTime?
IPAddress string
MACAddress string
PlayFabId string
Reason string

Property Details

Active public_oe property

The active state of this ban. Expired bans may still have this value set to true but they will have no effect.
public bool Active
Résultat bool

BanId public_oe property

The unique Ban Id associated with this ban.
public string BanId
Résultat string

Created public_oe property

The time when this ban was applied.
public DateTime? Created
Résultat DateTime?

Expires public_oe property

The time when this ban expires. Permanent bans do not have expiration date.
public DateTime? Expires
Résultat DateTime?

IPAddress public_oe property

The IP address on which the ban was applied. May affect multiple players.
public string IPAddress
Résultat string

MACAddress public_oe property

The MAC address on which the ban was applied. May affect multiple players.
public string MACAddress
Résultat string

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Résultat string

Reason public_oe property

The reason why this ban was applied.
public string Reason
Résultat string