Alteruna Multiplayer Docs
C#
Show/Hide TOC
Endpoint
Event Class
Base class for multiplayer events that carry network endpoint information.
Definition
Namespace:
Alteruna.Multiplayer.EventArgument
Assembly:
Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
Copy
public
abstract
class
EndpointEvent
:
MultiplayerEvent
Inheritance
Object
MultiplayerEvent
EndpointEvent
Derived
Alteruna.Multiplayer.EventArgument
ConnectedEvent
Alteruna.Multiplayer.EventArgument
DisconnectedEvent
Alteruna.Multiplayer.EventArgument
NetworkErrorEvent
Remarks
Derives from
MultiplayerEvent
and adds the
Endpoint
that is associated with the event, such as the server endpoint on connect or disconnect.
Constructors
EndpointEvent
Initializes a new instance of
EndpointEvent
.
Fields
Endpoint
The network endpoint associated with this event.
See Also
Reference
Alteruna.Multiplayer.EventArgument Namespace
In This Article
Definition
Remarks
Constructors
Fields
See Also