C# Class PlayFab.ServerModels.BanRequest

Inheritance: PlayFabRequestCommon
显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
DurationInHours uint?
IPAddress string
MACAddress string
PlayFabId string
Reason string

Property Details

DurationInHours public_oe property

The duration in hours for the ban. Leave this blank for a permanent ban.
public uint? DurationInHours
return uint?

IPAddress public_oe property

IP address to be banned. May affect multiple players.
public string IPAddress
return string

MACAddress public_oe property

MAC address to be banned. May affect multiple players.
public string MACAddress
return string

PlayFabId public_oe property

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

Reason public_oe property

The reason for this ban. Maximum 140 characters.
public string Reason
return string