ConnectionEventArgs Class

[This is preliminary documentation and is subject to change.]

[Missing documentation for “T:Game.Subsystems.Network.Events.ConnectionEventArgs”]

Inheritance Hierarchy

System.Object  System.EventArgs    Game.Subsystems.Network.Events.ConnectionEventArgs      Game.Subsystems.Network.Events.BridgeClientAcceptedEventArgs      Game.Subsystems.Network.Events.BridgeConnectionOpenedEventArgs      Game.Subsystems.Network.Events.ConnectionOpenedEventArgs      Game.Subsystems.Network.Events.ConnectionRejectedEventArgs      Game.Subsystems.Network.Events.RawDataReceivedEventArgs Namespace: Game.Subsystems.Network.EventsAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

Syntax

C#

public class ConnectionEventArgs : EventArgs

The ConnectionEventArgs type exposes the following members.

Constructors

Name

Description

Public method

ConnectionEventArgs

  Back to Top

Properties

Name

Description

Public property

NetWorker

Public property

NetworkingPlayer

  Back to Top

See Also

Reference

Game.Subsystems.Network.Events Namespace