EndpointEvent 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#
public abstract class EndpointEvent : MultiplayerEvent
Inheritance
Object    MultiplayerEvent    EndpointEvent
Derived

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