Show / Hide Table of Contents

Class NetConnectRequestPacket

Inheritance
object
NetConnectRequestPacket
Namespace: LiteNetLib
Assembly: LiteNetLib.dll
Syntax
public sealed class NetConnectRequestPacket

Fields

ConnectionNumber

Declaration
public byte ConnectionNumber
Field Value
Type Description
byte

ConnectionTime

Declaration
public readonly long ConnectionTime
Field Value
Type Description
long

Data

Declaration
public readonly NetDataReader Data
Field Value
Type Description
NetDataReader

HeaderSize

Declaration
public const int HeaderSize = 18
Field Value
Type Description
int

PeerId

Declaration
public readonly int PeerId
Field Value
Type Description
int

TargetAddress

Declaration
public readonly byte[] TargetAddress
Field Value
Type Description
byte[]
In this article
Back to top Generated by DocFX