Internal.Lidgren.Network Namespace |
| Class | Description | |
|---|---|---|
| CryptoRandom |
RNGCryptoServiceProvider based random; very slow but cryptographically safe
| |
| MersenneTwisterRandom |
Mersenne Twister based random
| |
| MWCRandom |
Multiply With Carry random
| |
| NetBitVector |
Fixed size vector of booleans
| |
| NetBitWriter |
Helper class for NetBuffer to write/read bits
| |
| NetBuffer |
Base class for NetIncomingMessage and NetOutgoingMessage
| |
| NetClient |
Specialized version of NetPeer used for a "client" connection. It does not accept any incoming connections and maintains a ServerConnection property
| |
| NetConnection |
Represents a connection to a remote peer
| |
| NetConnectionStatisticsCalculationClass | ||
| NetConnectionStatistics |
Statistics for a NetConnection instance
| |
| NetException |
Exception thrown in the Lidgren Network Library
| |
| NetFragmentationInfo | ||
| NetIncomingMessage |
Incoming message either sent from a remote peer or generated within the library
| |
| NetOutgoingMessage |
Outgoing message used to send data to remote peer(s)
| |
| NetPeer |
Represents a local peer capable of holding zero, one or more connections to remote peers
| |
| NetPeerConfiguration |
Partly immutable after NetPeer has been initialized
| |
| NetPeerStatistics |
Statistics for a NetPeer instance
| |
| NetQueueT |
Thread safe (blocking) expanding queue with TryDequeue() and EnqueueFirst()
| |
| NetRandom |
NetRandom base class
| |
| NetRandomSeed |
Class for generating random seeds
| |
| NetServer |
Specialized version of NetPeer used for "server" peers
| |
| NetTime |
Time service
| |
| NetUPnP |
UPnP support class
| |
| NetUtility |
Utility methods
| |
| XorShiftRandom |
Xor Shift based random
|
| Delegate | Description | |
|---|---|---|
| NetUtilityResolveAddressCallback |
Resolve address callback
| |
| NetUtilityResolveEndPointCallback |
Resolve endpoint callback
|
| Enumeration | Description | |
|---|---|---|
| NetConnectionStatus |
Status for a NetConnection instance
| |
| NetDeliveryMethod |
How the library deals with resends and handling of late messages
| |
| NetIncomingMessageType |
The type of a NetIncomingMessage
| |
| NetPeerStatus |
Status for a NetPeer instance
| |
| NetSendResult |
Result of a SendMessage call
| |
| NetUnreliableSizeBehaviour |
Behaviour of unreliable sends above MTU
| |
| UPnPStatus |
Status of the UPnP capabilities
|