Table of Contents

Class RemotePlayer

Namespace
Backdash
Assembly
Backdash.dll

Holds data for a new player of type Remote.

public sealed class RemotePlayer : Player, IEquatable<Player>, IEqualityOperators<Player, Player, bool>
Inheritance
RemotePlayer
Implements
Inherited Members

Constructors

RemotePlayer(int, IPAddress, int)

Initialize new RemotePlayer

public RemotePlayer(int playerNumber, IPAddress ipAddress, int port)

Parameters

playerNumber int

Player number

ipAddress IPAddress

Player IP Address

port int

Player remote port number

RemotePlayer(int, IPEndPoint)

Holds data for a new player of type Remote.

public RemotePlayer(int playerNumber, IPEndPoint endpoint)

Parameters

playerNumber int

Player number (starting from 1)

endpoint IPEndPoint

Player IP Endpoint IPEndPoint

Properties

EndPoint

Player network endpoint

public IPEndPoint EndPoint { get; }

Property Value

IPEndPoint