fCraft  0.636
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
Properties | List of all members
fCraft.Events.SessionConnectingEventArgs Class Reference

Provides data for Server.SessionConnecting event. Cancelable. More...

Inheritance diagram for fCraft.Events.SessionConnectingEventArgs:
Inheritance graph
[legend]
Collaboration diagram for fCraft.Events.SessionConnectingEventArgs:
Collaboration graph
[legend]

Properties

IPAddress IP [get, set]
 IP Address of the connecting player.
 
bool Cancel [get, set]
 If set to 'true', rejects connection and kicks the player.
 
- Properties inherited from fCraft.ICancelableEvent
bool Cancel [get, set]
 Set to "true" to cancel the event.
 

Detailed Description

Provides data for Server.SessionConnecting event. Cancelable.

Property Documentation

bool fCraft.Events.SessionConnectingEventArgs.Cancel
getset

If set to 'true', rejects connection and kicks the player.

IPAddress fCraft.Events.SessionConnectingEventArgs.IP
getset

IP Address of the connecting player.


The documentation for this class was generated from the following file: