Class Spectator
- Namespace
- Backdash
- Assembly
- Backdash.dll
Holds data for a new player of type Spectator.
public sealed class Spectator : Player, IEquatable<Player>, IEqualityOperators<Player, Player, bool>
- Inheritance
-
Spectator
- Implements
- Inherited Members
Constructors
Spectator(IPAddress, int)
Initialize new Spectator
public Spectator(IPAddress ipAddress, int port)
Parameters
Spectator(IPEndPoint)
Holds data for a new player of type Spectator.
public Spectator(IPEndPoint endpoint)
Parameters
endpoint
IPEndPointPlayer IP Endpoint IPEndPoint
Properties
EndPoint
Player network endpoint
public IPEndPoint EndPoint { get; }