Show / Hide Table of Contents

Interface IClient

Namespace: SlipeServer.Server
Assembly: SlipeServer.Server.dll
Syntax
public interface IClient

Properties

| Improve this Doc View Source

ConnectionState

Declaration
ClientConnectionState ConnectionState { get; }
Property Value
Type Description
ClientConnectionState
| Improve this Doc View Source

Extra

Declaration
string? Extra { get; }
Property Value
Type Description
Nullable<String>
| Improve this Doc View Source

IPAddress

Declaration
IPAddress? IPAddress { get; set; }
Property Value
Type Description
Nullable<IPAddress>
| Improve this Doc View Source

IsConnected

Declaration
bool IsConnected { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Ping

Declaration
uint Ping { get; set; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

Player

Declaration
Player Player { get; set; }
Property Value
Type Description
Player
| Improve this Doc View Source

Serial

Declaration
string? Serial { get; }
Property Value
Type Description
Nullable<String>
| Improve this Doc View Source

Version

Declaration
string? Version { get; }
Property Value
Type Description
Nullable<String>

Methods

| Improve this Doc View Source

FetchSerial()

Declaration
void FetchSerial()
| Improve this Doc View Source

ResendModPackets()

Declaration
void ResendModPackets()
| Improve this Doc View Source

ResendPlayerACInfo()

Declaration
void ResendPlayerACInfo()
| Improve this Doc View Source

ResetConnectionState()

Declaration
void ResetConnectionState()
| Improve this Doc View Source

SendPacket(Packet)

Declaration
void SendPacket(Packet packet)
Parameters
Type Name Description
Packet packet
| Improve this Doc View Source

SendPacket(PacketId, Byte[], PacketPriority, PacketReliability)

Declaration
void SendPacket(PacketId packetId, byte[] data, PacketPriority priority = null, PacketReliability reliability = null)
Parameters
Type Name Description
PacketId packetId
Byte[] data
PacketPriority priority
PacketReliability reliability
| Improve this Doc View Source

SetDisconnected()

Declaration
void SetDisconnected()
| Improve this Doc View Source

SetVersion(UInt16)

Declaration
void SetVersion(ushort version)
Parameters
Type Name Description
UInt16 version
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX