Click or drag to resize

Internal.Lidgren.Network Namespace

 
Classes
  ClassDescription
Public classCryptoRandom
RNGCryptoServiceProvider based random; very slow but cryptographically safe
Public classMersenneTwisterRandom
Mersenne Twister based random
Public classMWCRandom
Multiply With Carry random
Public classNetBitVector
Fixed size vector of booleans
Public classNetBitWriter
Helper class for NetBuffer to write/read bits
Public classNetBuffer
Base class for NetIncomingMessage and NetOutgoingMessage
Public classNetClient
Specialized version of NetPeer used for a "client" connection. It does not accept any incoming connections and maintains a ServerConnection property
Public classNetConnection
Represents a connection to a remote peer
Public classNetConnectionStatisticsCalculationClass
Public classNetConnectionStatistics
Statistics for a NetConnection instance
Public classNetException
Exception thrown in the Lidgren Network Library
Public classNetFragmentationInfo
Public classNetIncomingMessage
Incoming message either sent from a remote peer or generated within the library
Public classNetOutgoingMessage
Outgoing message used to send data to remote peer(s)
Public classNetPeer
Represents a local peer capable of holding zero, one or more connections to remote peers
Public classNetPeerConfiguration
Partly immutable after NetPeer has been initialized
Public classNetPeerStatistics
Statistics for a NetPeer instance
Public classNetQueueT
Thread safe (blocking) expanding queue with TryDequeue() and EnqueueFirst()
Public classNetRandom
NetRandom base class
Public classNetRandomSeed
Class for generating random seeds
Public classNetServer
Specialized version of NetPeer used for "server" peers
Public classNetTime
Time service
Public classNetUPnP
UPnP support class
Public classNetUtility
Utility methods
Public classXorShiftRandom
Xor Shift based random
Delegates
Enumerations
  EnumerationDescription
Public enumerationNetConnectionStatus
Status for a NetConnection instance
Public enumerationNetDeliveryMethod
How the library deals with resends and handling of late messages
Public enumerationNetIncomingMessageType
The type of a NetIncomingMessage
Public enumerationNetPeerStatus
Status for a NetPeer instance
Public enumerationNetSendResult
Result of a SendMessage call
Public enumerationNetUnreliableSizeBehaviour
Behaviour of unreliable sends above MTU
Public enumerationUPnPStatus
Status of the UPnP capabilities