Table of Contents

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

ipAddress IPAddress

Player IP Address

port int

Player remote port number

Spectator(IPEndPoint)

Holds data for a new player of type Spectator.

public Spectator(IPEndPoint endpoint)

Parameters

endpoint IPEndPoint

Player IP Endpoint IPEndPoint

Properties

EndPoint

Player network endpoint

public IPEndPoint EndPoint { get; }

Property Value

IPEndPoint