Lidgren Network Library

时间:2023-03-08 23:05:24
Lidgren Network Library
Lidgren Network Library

Lidgren Network LibraryClasses

  Class Description
Lidgren Network Library NetAESEncryption
AES encryption
Lidgren Network Library NetBitVector
Fixed size vector of booleans
Lidgren Network Library NetBitWriter
Helper class for NetBuffer to write/read bits
Lidgren Network Library NetBlockEncryptionBase
Base for a non-threadsafe encryption class
Lidgren Network Library NetBuffer  
Lidgren Network Library NetClient
Specialized version of NetPeer used for a "client" connection. It does not accept any incoming connections and maintains a ServerConnection property
Lidgren Network Library NetConnection
Represents a connection to a remote peer
Lidgren Network Library NetConnectionStatistics
Statistics for a NetConnection instance
Lidgren Network Library NetDESEncryption
DES encryption
Lidgren Network Library NetException
Exception thrown in the Lidgren Network Library
Lidgren Network Library NetIncomingMessage
Incoming message either sent from a remote peer or generated within the library
Lidgren Network Library NetOutgoingMessage
Outgoing message used to send data to remote peer(s)
Lidgren Network Library NetPeer
Represents a local peer capable of holding zero, one or more connections to remote peers
Lidgren Network Library NetPeerConfiguration
Partly immutable after NetPeer has been initialized
Lidgren Network Library NetPeerStatistics
Statistics for a NetPeer instance
Lidgren Network Library NetQueue<(Of <(<'T>)>)>
Thread safe (blocking) expanding queue with TryDequeue() and EnqueueFirst()
Lidgren Network Library NetRandom
A fast random number generator for .NET Colin Green, January 2005
Lidgren Network Library NetRC2Encryption
RC2 encryption
Lidgren Network Library NetServer
Specialized version of NetPeer used for "server" peers
Lidgren Network Library NetSRP
Helper methods for implementing SRP authentication
Lidgren Network Library NetTime
Time service
Lidgren Network Library NetTripleDESEncryption
Triple DES encryption
Lidgren Network Library NetUPnP
UPnP support class
Lidgren Network Library NetUtility
Utility methods
Lidgren Network Library NetXorEncryption
Example class; not very good encryption
Lidgren Network Library NetXtea
Methods to encrypt and decrypt data using the XTEA algorithm

Lidgren Network LibraryStructures

  Structure Description
Lidgren Network Library SingleUIntUnion  

Lidgren Network LibraryInterfaces

  Interface Description
Lidgren Network Library INetEncryption
Interface for an encryption algorithm

Lidgren Network LibraryDelegates

Lidgren Network LibraryEnumerations

  Enumeration Description
Lidgren Network Library NetConnectionStatus
Status for a NetConnection instance
Lidgren Network Library NetDeliveryMethod
How the library deals with resends and handling of late messages
Lidgren Network Library NetIncomingMessageType
The type of a NetIncomingMessage
Lidgren Network Library NetPeerStatus
Status for a NetPeer instance
Lidgren Network Library NetSendResult
Result of a SendMessage call