fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
fCraft.Events.SessionConnectingEventArgs Class Reference

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

+ Inheritance diagram for fCraft.Events.SessionConnectingEventArgs:
+ Collaboration diagram for fCraft.Events.SessionConnectingEventArgs:

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: