# Mirage Networking > High-performance, modular networking library for Unity. - Quick Cheat Sheet / Skill: https://MirageNet.github.io/Mirage/skill.md ## Documentation Index ### General - [Change Log](https://MirageNet.github.io/Mirage/docs/general/CHANGELOG.md) - [Getting Started](https://MirageNet.github.io/Mirage/docs/general/getting-started.md) - [Overview](https://MirageNet.github.io/Mirage/docs/general/overview.md) - [Showcase](https://MirageNet.github.io/Mirage/docs/general/showcase.md) - [Cheat Sheet & AI Skill](https://MirageNet.github.io/Mirage/docs/general/skill.md) - [Sockets](https://MirageNet.github.io/Mirage/docs/general/sockets.md) - [Support](https://MirageNet.github.io/Mirage/docs/general/support.md) - [Troubleshooting](https://MirageNet.github.io/Mirage/docs/general/troubleshooting.md) ### Guides - [About IDs](https://MirageNet.github.io/Mirage/docs/guides/about-ids.md) - [Attributes](https://MirageNet.github.io/Mirage/docs/guides/attributes.md) - [Authenticator Settings](https://MirageNet.github.io/Mirage/docs/guides/authentication/authenticator-settings.md) - [Basic Authenticator](https://MirageNet.github.io/Mirage/docs/guides/authentication/basic-authenticator.md) - [Custom Authenticator](https://MirageNet.github.io/Mirage/docs/guides/authentication/custom-authenticator.md) - [Authentication](https://MirageNet.github.io/Mirage/docs/guides/authentication/index.md) - [Session Id Authenticator](https://MirageNet.github.io/Mirage/docs/guides/authentication/session-id.md) - [Network Authority](https://MirageNet.github.io/Mirage/docs/guides/authority.md) - [Best Practices](https://MirageNet.github.io/Mirage/docs/guides/best-practices.md) - [Bit Count From Range](https://MirageNet.github.io/Mirage/docs/guides/bit-packing/bit-count-from-range.md) - [Bit Count](https://MirageNet.github.io/Mirage/docs/guides/bit-packing/bit-count.md) - [Float Pack](https://MirageNet.github.io/Mirage/docs/guides/bit-packing/float-pack.md) - [Bit Packing](https://MirageNet.github.io/Mirage/docs/guides/bit-packing/index.md) - [Quaternion Pack](https://MirageNet.github.io/Mirage/docs/guides/bit-packing/quaternion-pack.md) - [Variable Sized Integer Blocks](https://MirageNet.github.io/Mirage/docs/guides/bit-packing/var-int-blocks.md) - [Variable Sized Integer](https://MirageNet.github.io/Mirage/docs/guides/bit-packing/var-int.md) - [Vector Pack](https://MirageNet.github.io/Mirage/docs/guides/bit-packing/vector-pack.md) - [ZigZag Encode](https://MirageNet.github.io/Mirage/docs/guides/bit-packing/zig-zag-encode.md) - [Callbacks Overview](https://MirageNet.github.io/Mirage/docs/guides/callbacks/index.md) - [Network Behaviour](https://MirageNet.github.io/Mirage/docs/guides/callbacks/network-behaviour.md) - [Network Manager](https://MirageNet.github.io/Mirage/docs/guides/callbacks/network-manager.md) - [Clock Synchronization](https://MirageNet.github.io/Mirage/docs/guides/clock-sync.md) - [Community Guides](https://MirageNet.github.io/Mirage/docs/guides/community-guides/index.md) - [Mirage Quick Start Guide V0.1](https://MirageNet.github.io/Mirage/docs/guides/community-guides/mirage-quick-start-guide.md) - [Amazon Web Services (AWS)](https://MirageNet.github.io/Mirage/docs/guides/development-servers/aws.md) - [Google Cloud Services](https://MirageNet.github.io/Mirage/docs/guides/development-servers/google-cloud.md) - [Overview](https://MirageNet.github.io/Mirage/docs/guides/development-servers/index.md) - [Error Handling](https://MirageNet.github.io/Mirage/docs/guides/error-handling.md) - [FAQ](https://MirageNet.github.io/Mirage/docs/guides/faq.md) - [Networked Game Objects](https://MirageNet.github.io/Mirage/docs/guides/game-objects/index.md) - [Lifecycle](https://MirageNet.github.io/Mirage/docs/guides/game-objects/lifecycle.md) - [Network Behaviour](https://MirageNet.github.io/Mirage/docs/guides/game-objects/network-behaviour.md) - [Pickups, Drops, and Child Objects](https://MirageNet.github.io/Mirage/docs/guides/game-objects/pickup-drop-child.md) - [Player Proxy Pattern](https://MirageNet.github.io/Mirage/docs/guides/game-objects/player-proxy-pattern.md) - [Scene Objects](https://MirageNet.github.io/Mirage/docs/guides/game-objects/scene-objects.md) - [Spawn Object - Custom](https://MirageNet.github.io/Mirage/docs/guides/game-objects/spawn-object-custom.md) - [Spawn Object - Pooling](https://MirageNet.github.io/Mirage/docs/guides/game-objects/spawn-object-pooling.md) - [Spawn Object](https://MirageNet.github.io/Mirage/docs/guides/game-objects/spawn-object.md) - [Spawn Player - Custom](https://MirageNet.github.io/Mirage/docs/guides/game-objects/spawn-player-custom.md) - [Spawn Player](https://MirageNet.github.io/Mirage/docs/guides/game-objects/spawn-player.md) - [Mirror Migration Guide](https://MirageNet.github.io/Mirage/docs/guides/mirror-migration.md) - [Network Visibility](https://MirageNet.github.io/Mirage/docs/guides/network-visibility.md) - [Networking Concepts Overview](https://MirageNet.github.io/Mirage/docs/guides/overview.md) - [Client RPC](https://MirageNet.github.io/Mirage/docs/guides/remote-actions/client-rpc.md) - [Overview](https://MirageNet.github.io/Mirage/docs/guides/remote-actions/index.md) - [Network Messages](https://MirageNet.github.io/Mirage/docs/guides/remote-actions/network-messages.md) - [Rate Limiting](https://MirageNet.github.io/Mirage/docs/guides/remote-actions/rate-limiting.md) - [RPC Examples](https://MirageNet.github.io/Mirage/docs/guides/remote-actions/rpc-examples.md) - [Server RPC](https://MirageNet.github.io/Mirage/docs/guides/remote-actions/server-rpc.md) - [Resources](https://MirageNet.github.io/Mirage/docs/guides/resources.md) - [Loading Scenes in Mirage](https://MirageNet.github.io/Mirage/docs/guides/scene-loading/index.md) - [Manual Scene Loading](https://MirageNet.github.io/Mirage/docs/guides/scene-loading/manual-scene-loading.md) - [NetworkSceneLoader](https://MirageNet.github.io/Mirage/docs/guides/scene-loading/network-scene-loader.md) - [(Legacy) Network Scene Manager](https://MirageNet.github.io/Mirage/docs/guides/scene-loading/network-scene-manager.md) - [Advanced Serialization](https://MirageNet.github.io/Mirage/docs/guides/serialization/advanced.md) - [Data Types](https://MirageNet.github.io/Mirage/docs/guides/serialization/data-types.md) - [Generics](https://MirageNet.github.io/Mirage/docs/guides/serialization/generics.md) - [Serialization](https://MirageNet.github.io/Mirage/docs/guides/serialization/index.md) - [String Store](https://MirageNet.github.io/Mirage/docs/guides/serialization/string-store.md) - [SyncPrefab](https://MirageNet.github.io/Mirage/docs/guides/serialization/sync-prefab.md) - [Code Generation](https://MirageNet.github.io/Mirage/docs/guides/sync/code-generation.md) - [Advanced Synchronization](https://MirageNet.github.io/Mirage/docs/guides/sync/custom-serialization.md) - [State Synchronization](https://MirageNet.github.io/Mirage/docs/guides/sync/index.md) - [Serialization Flow](https://MirageNet.github.io/Mirage/docs/guides/sync/serialization-flow.md) - [Sync Dictionary](https://MirageNet.github.io/Mirage/docs/guides/sync/sync-objects/sync-dictionary.md) - [Sync Hash Set](https://MirageNet.github.io/Mirage/docs/guides/sync/sync-objects/sync-hash-set.md) - [Sync List](https://MirageNet.github.io/Mirage/docs/guides/sync/sync-objects/sync-list.md) - [Sync Sorted Set](https://MirageNet.github.io/Mirage/docs/guides/sync/sync-objects/sync-sorted-set.md) - [Sync Settings](https://MirageNet.github.io/Mirage/docs/guides/sync/sync-settings.md) - [Sync Var Hooks](https://MirageNet.github.io/Mirage/docs/guides/sync/sync-var-hooks.md) - [Sync Var](https://MirageNet.github.io/Mirage/docs/guides/sync/sync-var.md) ### Components - [Overview](https://MirageNet.github.io/Mirage/docs/components/index.md) - [Network Animator](https://MirageNet.github.io/Mirage/docs/components/network-animator.md) - [Network Discovery](https://MirageNet.github.io/Mirage/docs/components/network-discovery.md) - [Network Identity](https://MirageNet.github.io/Mirage/docs/components/network-identity.md) - [Network Log Settings](https://MirageNet.github.io/Mirage/docs/components/network-log-settings.md) - [Network Manager HUD](https://MirageNet.github.io/Mirage/docs/components/network-manager-hud.md) - [Network Manager](https://MirageNet.github.io/Mirage/docs/components/network-manager.md) - [Network Match Checker](https://MirageNet.github.io/Mirage/docs/components/network-match-checker.md) - [Network Ping Display](https://MirageNet.github.io/Mirage/docs/components/network-ping-display.md) - [Network Proximity Checker](https://MirageNet.github.io/Mirage/docs/components/network-proximity-checker.md) - [Scene Visibility Checkers](https://MirageNet.github.io/Mirage/docs/components/network-scene-checker.md) - [Network Scene Loader](https://MirageNet.github.io/Mirage/docs/components/network-scene-loader.md) - [Network Transform Child](https://MirageNet.github.io/Mirage/docs/components/network-transform-child.md) - [Network Transform](https://MirageNet.github.io/Mirage/docs/components/network-transform.md) - [Ready Check and Lobby Ready](https://MirageNet.github.io/Mirage/docs/components/ready-check.md) ### Examples - [Additive Scenes Example](https://MirageNet.github.io/Mirage/docs/examples/additive-scenes.md) - [Basic](https://MirageNet.github.io/Mirage/docs/examples/basic.md) - [ChangeScene](https://MirageNet.github.io/Mirage/docs/examples/change-scene.md) - [Chat](https://MirageNet.github.io/Mirage/docs/examples/chat.md) - [Configurable NetworkManager Example](https://MirageNet.github.io/Mirage/docs/examples/configurable-network-manager.md) - [Samples Overview](https://MirageNet.github.io/Mirage/docs/examples/index.md) - [Multiple Additive Scenes Example](https://MirageNet.github.io/Mirage/docs/examples/multiple-additive-scenes.md) - [Pong](https://MirageNet.github.io/Mirage/docs/examples/pong.md) - [Room](https://MirageNet.github.io/Mirage/docs/examples/room.md) - [Tanks](https://MirageNet.github.io/Mirage/docs/examples/tanks.md) ### API Reference - [AddCharacterMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/AddCharacterMessage.md) - [AuthorityChanged](https://MirageNet.github.io/Mirage/docs/reference/Mirage/AuthorityChanged.md) - [AuthorityTime](https://MirageNet.github.io/Mirage/docs/reference/Mirage/AuthorityTime.md) - [AutoPool.Wrapper](https://MirageNet.github.io/Mirage/docs/reference/Mirage/AutoPool-1.Wrapper.md) - [AutoPool](https://MirageNet.github.io/Mirage/docs/reference/Mirage/AutoPool-1.md) - [Channel](https://MirageNet.github.io/Mirage/docs/reference/Mirage/Channel.md) - [ClientAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ClientAttribute.md) - [ClientObjectManager](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ClientObjectManager.md) - [ClientRpcAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ClientRpcAttribute.md) - [ClientStoppedReason](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ClientStoppedReason.md) - [ConnectState](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ConnectState.md) - [DeserializeFailedException](https://MirageNet.github.io/Mirage/docs/reference/Mirage/DeserializeFailedException.md) - [DynamicSpawnHandlerDelegate](https://MirageNet.github.io/Mirage/docs/reference/Mirage/DynamicSpawnHandlerDelegate.md) - [ExponentialMovingAverage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ExponentialMovingAverage.md) - [FoldoutEventAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/FoldoutEventAttribute.md) - [GameObjectExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage/GameObjectExtensions.md) - [GameObjectSerializers](https://MirageNet.github.io/Mirage/docs/reference/Mirage/GameObjectSerializers.md) - [GameObjectSyncvar](https://MirageNet.github.io/Mirage/docs/reference/Mirage/GameObjectSyncvar.md) - [HasAuthorityAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/HasAuthorityAttribute.md) - [HeadlessAutoStart](https://MirageNet.github.io/Mirage/docs/reference/Mirage/HeadlessAutoStart.md) - [HeadlessFrameLimiter](https://MirageNet.github.io/Mirage/docs/reference/Mirage/HeadlessFrameLimiter.md) - [HostRendererVisibility](https://MirageNet.github.io/Mirage/docs/reference/Mirage/HostRendererVisibility.md) - [IMessageReceiver](https://MirageNet.github.io/Mirage/docs/reference/Mirage/IMessageReceiver.md) - [IMessageSender](https://MirageNet.github.io/Mirage/docs/reference/Mirage/IMessageSender.md) - [INetIdGenerator](https://MirageNet.github.io/Mirage/docs/reference/Mirage/INetIdGenerator.md) - [INetworkPlayer](https://MirageNet.github.io/Mirage/docs/reference/Mirage/INetworkPlayer.md) - [INetworkVisibility](https://MirageNet.github.io/Mirage/docs/reference/Mirage/INetworkVisibility.md) - [IObjectLocator](https://MirageNet.github.io/Mirage/docs/reference/Mirage/IObjectLocator.md) - [IObjectOwner](https://MirageNet.github.io/Mirage/docs/reference/Mirage/IObjectOwner.md) - [ISceneLoader](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ISceneLoader.md) - [IVisibilityTracker](https://MirageNet.github.io/Mirage/docs/reference/Mirage/IVisibilityTracker.md) - [LocalPlayerAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/LocalPlayerAttribute.md) - [MaxLengthAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/MaxLengthAttribute.md) - [MessageDelegate](https://MirageNet.github.io/Mirage/docs/reference/Mirage/MessageDelegate-1.md) - [MessageDelegateAsync](https://MirageNet.github.io/Mirage/docs/reference/Mirage/MessageDelegateAsync-1.md) - [MessageDelegateWithPlayer](https://MirageNet.github.io/Mirage/docs/reference/Mirage/MessageDelegateWithPlayer-1.md) - [MessageDelegateWithPlayerAsync](https://MirageNet.github.io/Mirage/docs/reference/Mirage/MessageDelegateWithPlayerAsync-1.md) - [MessageHandler](https://MirageNet.github.io/Mirage/docs/reference/Mirage/MessageHandler.md) - [MessageReceiverExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage/MessageReceiverExtensions.md) - [MessageWaiter](https://MirageNet.github.io/Mirage/docs/reference/Mirage/MessageWaiter-1.md) - [MethodInvocationException](https://MirageNet.github.io/Mirage/docs/reference/Mirage/MethodInvocationException.md) - [NetworkBehaviorSerializers](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkBehaviorSerializers.md) - [NetworkBehaviorSyncvar](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkBehaviorSyncvar-1.md) - [NetworkBehaviorSyncvar](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkBehaviorSyncvar.md) - [NetworkBehaviour.Id](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkBehaviour.Id.md) - [NetworkBehaviour](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkBehaviour.md) - [NetworkClient](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkClient.md) - [NetworkDiagnostics.MessageInfo](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkDiagnostics.MessageInfo.md) - [NetworkDiagnostics](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkDiagnostics.md) - [NetworkExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkExtensions.md) - [NetworkFlags](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkFlags.md) - [NetworkIdentity](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkIdentity.md) - [NetworkIdentitySerializers](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkIdentitySerializers.md) - [NetworkIdentitySyncvar](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkIdentitySyncvar.md) - [NetworkInspectorCallbacks](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkInspectorCallbacks.md) - [NetworkManager](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkManager.md) - [NetworkManagerGUI](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkManagerGUI.md) - [NetworkManagerHud](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkManagerHud.md) - [NetworkManagerMode](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkManagerMode.md) - [NetworkMatchChecker](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkMatchChecker.md) - [NetworkMessageAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkMessageAttribute.md) - [NetworkMethodAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkMethodAttribute.md) - [NetworkPingDisplay](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkPingDisplay.md) - [NetworkPingMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkPingMessage.md) - [NetworkPlayer](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkPlayer.md) - [NetworkPongMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkPongMessage.md) - [NetworkPrefabs](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkPrefabs.md) - [NetworkProximityChecker](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkProximityChecker.md) - [NetworkSceneChecker](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkSceneChecker.md) - [NetworkServer.AuthFailCallback](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkServer.AuthFailCallback.md) - [NetworkServer.RateLimitCallback](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkServer.RateLimitCallback.md) - [NetworkServer](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkServer.md) - [NetworkSpawnSettings](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkSpawnSettings.md) - [NetworkTime](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkTime.md) - [NetworkTransform](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkTransform.md) - [NetworkTransformBase.DataPoint](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkTransformBase.DataPoint.md) - [NetworkTransformBase](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkTransformBase.md) - [NetworkTransformChild](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkTransformChild.md) - [NetworkVisibility.VisibilityChanged](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkVisibility.VisibilityChanged.md) - [NetworkVisibility](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkVisibility.md) - [NetworkWorld.UnspawnHandler](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkWorld.UnspawnHandler.md) - [NetworkWorld](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkWorld.md) - [NetworkWorldExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkWorldExtensions.md) - [NetworkedPrefabAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/NetworkedPrefabAttribute.md) - [ObjectDestroyMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ObjectDestroyMessage.md) - [ObjectHideMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ObjectHideMessage.md) - [PendingAsyncSpawn.MessageType](https://MirageNet.github.io/Mirage/docs/reference/Mirage/PendingAsyncSpawn.MessageType.md) - [PendingAsyncSpawn](https://MirageNet.github.io/Mirage/docs/reference/Mirage/PendingAsyncSpawn.md) - [PipePeerConnection.PipeConnectionHandle](https://MirageNet.github.io/Mirage/docs/reference/Mirage/PipePeerConnection.PipeConnectionHandle.md) - [PipePeerConnection](https://MirageNet.github.io/Mirage/docs/reference/Mirage/PipePeerConnection.md) - [PlayerErrorFlags](https://MirageNet.github.io/Mirage/docs/reference/Mirage/PlayerErrorFlags.md) - [RateLimitAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/RateLimitAttribute.md) - [ReadOnlyInspectorAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ReadOnlyInspectorAttribute.md) - [RecentlyDestroyed](https://MirageNet.github.io/Mirage/docs/reference/Mirage/RecentlyDestroyed.md) - [RemoveAuthorityMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/RemoveAuthorityMessage.md) - [RemoveCharacterMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/RemoveCharacterMessage.md) - [RpcTarget](https://MirageNet.github.io/Mirage/docs/reference/Mirage/RpcTarget.md) - [SceneAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SceneAttribute.md) - [SceneMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SceneMessage.md) - [SceneNotReadyMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SceneNotReadyMessage.md) - [SceneReadyMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SceneReadyMessage.md) - [SceneVisibilityChecker](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SceneVisibilityChecker.md) - [ServerAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ServerAttribute.md) - [ServerObjectManager](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ServerObjectManager.md) - [ServerObjectManagerExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ServerObjectManagerExtensions.md) - [ServerRpcAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ServerRpcAttribute.md) - [ShowInInspectorAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ShowInInspectorAttribute.md) - [ShowSyncSettingsAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/ShowSyncSettingsAttribute.md) - [SpawnEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SpawnEvent.md) - [SpawnHandler](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SpawnHandler.md) - [SpawnHandlerAsyncDelegate](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SpawnHandlerAsyncDelegate.md) - [SpawnHandlerDelegate](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SpawnHandlerDelegate.md) - [SpawnMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SpawnMessage.md) - [SpawnObjectException](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SpawnObjectException.md) - [SpawnValues](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SpawnValues.md) - [StringHash](https://MirageNet.github.io/Mirage/docs/reference/Mirage/StringHash.md) - [SyncActiveOption](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SyncActiveOption.md) - [SyncFrom](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SyncFrom.md) - [SyncHookType](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SyncHookType.md) - [SyncPrefab](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SyncPrefab.md) - [SyncPrefabSerialize](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SyncPrefabSerialize.md) - [SyncSettings](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SyncSettings.md) - [SyncTiming](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SyncTiming.md) - [SyncTo](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SyncTo.md) - [SyncVarAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SyncVarAttribute.md) - [SyncVarReceiver](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SyncVarReceiver.md) - [SyncVarSender](https://MirageNet.github.io/Mirage/docs/reference/Mirage/SyncVarSender.md) - [UnSpawnDelegate](https://MirageNet.github.io/Mirage/docs/reference/Mirage/UnSpawnDelegate.md) - [UpdateVarsMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/UpdateVarsMessage.md) - [Version](https://MirageNet.github.io/Mirage/docs/reference/Mirage/Version.md) - [Mirage](https://MirageNet.github.io/Mirage/docs/reference/Mirage/index.md) - [AuthMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authentication/AuthMessage.md) - [AuthSuccessMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authentication/AuthSuccessMessage.md) - [AuthenticationResult](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authentication/AuthenticationResult.md) - [AuthenticatorSettings.PendingAuth](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authentication/AuthenticatorSettings.PendingAuth.md) - [AuthenticatorSettings](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authentication/AuthenticatorSettings.md) - [IAuthenticationDataWrapper](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authentication/IAuthenticationDataWrapper.md) - [INetworkAuthenticator](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authentication/INetworkAuthenticator.md) - [NetworkAuthenticator](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authentication/NetworkAuthenticator-1.md) - [NetworkAuthenticator](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authentication/NetworkAuthenticator.md) - [PlayerAuthentication](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authentication/PlayerAuthentication.md) - [Mirage.Authentication](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authentication/index.md) - [BasicAuthenticator.JoinMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authenticators/BasicAuthenticator.JoinMessage.md) - [BasicAuthenticator](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authenticators/BasicAuthenticator.md) - [Mirage.Authenticators](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authenticators/index.md) - [ClientSession](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authenticators.SessionId/ClientSession.md) - [CreateSession](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authenticators.SessionId/CreateSession.md) - [ISessionIdStore](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authenticators.SessionId/ISessionIdStore.md) - [RequestSessionMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authenticators.SessionId/RequestSessionMessage.md) - [SessionData](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authenticators.SessionId/SessionData.md) - [SessionIdAuthenticator](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authenticators.SessionId/SessionIdAuthenticator.md) - [SessionKeyMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authenticators.SessionId/SessionKeyMessage.md) - [Mirage.Authenticators.SessionId](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Authenticators.SessionId/index.md) - [ISyncObject](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Collections/ISyncObject.md) - [SyncDictionary](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Collections/SyncDictionary-2.md) - [SyncHashSet](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Collections/SyncHashSet-1.md) - [SyncIDictionary](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Collections/SyncIDictionary-2.md) - [SyncList.Enumerator](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Collections/SyncList-1.Enumerator.md) - [SyncList](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Collections/SyncList-1.md) - [SyncObjectUtils](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Collections/SyncObjectUtils.md) - [SyncSet](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Collections/SyncSet-1.md) - [SyncSortedSet](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Collections/SyncSortedSet-1.md) - [SyncStack](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Collections/SyncStack-1.md) - [Mirage.Collections](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Collections/index.md) - [LobbyReady](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Components/LobbyReady.md) - [NetworkSceneLoader](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Components/NetworkSceneLoader.md) - [OnlineOfflineScene](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Components/OnlineOfflineScene.md) - [ReadyCheck](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Components/ReadyCheck.md) - [SyncObjectActive](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Components/SyncObjectActive.md) - [Mirage.Components](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Components/index.md) - [DisplayMetricsAverageGui](https://MirageNet.github.io/Mirage/docs/reference/Mirage.DisplayMetrics/DisplayMetricsAverageGui.md) - [RequestServerMetrics](https://MirageNet.github.io/Mirage/docs/reference/Mirage.DisplayMetrics/RequestServerMetrics.md) - [SetDisplayMetrics](https://MirageNet.github.io/Mirage/docs/reference/Mirage.DisplayMetrics/SetDisplayMetrics.md) - [Mirage.DisplayMetrics](https://MirageNet.github.io/Mirage/docs/reference/Mirage.DisplayMetrics/index.md) - [AddLateEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/AddLateEvent-1.md) - [AddLateEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/AddLateEvent-2.md) - [AddLateEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/AddLateEvent.md) - [AddLateEventBase](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/AddLateEventBase.md) - [AddLateEventUnity](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/AddLateEventUnity-2.md) - [AddLateEventUnity](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/AddLateEventUnity-3.md) - [AddLateEventUnity](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/AddLateEventUnity.md) - [BoolAddLateEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/BoolAddLateEvent.md) - [BoolUnityEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/BoolUnityEvent.md) - [DisconnectAddLateEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/DisconnectAddLateEvent.md) - [DisconnectEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/DisconnectEvent.md) - [IAddLateEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/IAddLateEvent-1.md) - [IAddLateEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/IAddLateEvent-2.md) - [IAddLateEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/IAddLateEvent.md) - [IAddLateEventUnity](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/IAddLateEventUnity-1.md) - [IAddLateEventUnity](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/IAddLateEventUnity-2.md) - [IAddLateEventUnity](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/IAddLateEventUnity.md) - [NetworkPlayerAddLateEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/NetworkPlayerAddLateEvent.md) - [NetworkPlayerEvent](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/NetworkPlayerEvent.md) - [Mirage.Events](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Events/index.md) - [ILoggerExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Logging/ILoggerExtensions.md) - [LogFactory](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Logging/LogFactory.md) - [LogSettings](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Logging/LogSettings.md) - [LogSettingsExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Logging/LogSettingsExtensions.md) - [LogSettingsSO.LoggerSettings](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Logging/LogSettingsSO.LoggerSettings.md) - [LogSettingsSO](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Logging/LogSettingsSO.md) - [MirageLogHandler.Settings](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Logging/MirageLogHandler.Settings.md) - [MirageLogHandler.TimePrefix](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Logging/MirageLogHandler.TimePrefix.md) - [MirageLogHandler](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Logging/MirageLogHandler.md) - [Mirage.Logging](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Logging/index.md) - [ClientRpcSender](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/ClientRpcSender.md) - [RemoteCall](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/RemoteCall.md) - [RemoteCallCollection](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/RemoteCallCollection.md) - [RequestDelegate](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/RequestDelegate-1.md) - [ReturnRpcException](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/ReturnRpcException.md) - [RpcDelegate](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/RpcDelegate.md) - [RpcId](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/RpcId.md) - [RpcInvokeType](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/RpcInvokeType.md) - [RpcMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/RpcMessage.md) - [RpcRateLimitConfig](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/RpcRateLimitConfig.md) - [RpcReply](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/RpcReply.md) - [RpcWithReplyMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/RpcWithReplyMessage.md) - [ServerRpcSender](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/ServerRpcSender.md) - [Mirage.RemoteCalls](https://MirageNet.github.io/Mirage/docs/reference/Mirage.RemoteCalls/index.md) - [AnglePacker](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/AnglePacker.md) - [BitCountAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/BitCountAttribute.md) - [BitCountFromRangeAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/BitCountFromRangeAttribute.md) - [BitHelper](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/BitHelper.md) - [BitMask](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/BitMask.md) - [CollectionExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/CollectionExtensions.md) - [CompressedExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/CompressedExtensions.md) - [FloatPackAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/FloatPackAttribute.md) - [FloatPacker](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/FloatPacker.md) - [FromBitCount](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/FromBitCount.md) - [GenericTypesSerializationExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/GenericTypesSerializationExtensions.md) - [MessageIdCache](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/MessageIdCache-1.md) - [MessagePacker](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/MessagePacker.md) - [MirageNetworkReader](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/MirageNetworkReader.md) - [MirageTypesExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/MirageTypesExtensions.md) - [NetworkReader](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/NetworkReader.md) - [NetworkReaderPool](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/NetworkReaderPool.md) - [NetworkWriter](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/NetworkWriter.md) - [NetworkWriterPool](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/NetworkWriterPool.md) - [PackedExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/PackedExtensions.md) - [PooledNetworkReader](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/PooledNetworkReader.md) - [PooledNetworkWriter](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/PooledNetworkWriter.md) - [QuaternionPackAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/QuaternionPackAttribute.md) - [QuaternionPacker](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/QuaternionPacker.md) - [Reader](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/Reader-1.md) - [SerializationLimitException](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/SerializationLimitException.md) - [StringExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/StringExtensions.md) - [StringStore](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/StringStore.md) - [StringStoreExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/StringStoreExtensions.md) - [SystemTypesExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/SystemTypesExtensions.md) - [UnityTypesExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/UnityTypesExtensions.md) - [VarDoublePacker](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/VarDoublePacker.md) - [VarFloatPacker](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/VarFloatPacker.md) - [VarIntAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/VarIntAttribute.md) - [VarIntBlocksAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/VarIntBlocksAttribute.md) - [VarIntBlocksPacker](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/VarIntBlocksPacker.md) - [VarIntPacker](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/VarIntPacker.md) - [VarVector2Packer](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/VarVector2Packer.md) - [VarVector3Packer](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/VarVector3Packer.md) - [Vector2PackAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/Vector2PackAttribute.md) - [Vector2Packer](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/Vector2Packer.md) - [Vector3PackAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/Vector3PackAttribute.md) - [Vector3Packer](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/Vector3Packer.md) - [WeaverIgnoreAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/WeaverIgnoreAttribute.md) - [WeaverSerializeCollectionAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/WeaverSerializeCollectionAttribute.md) - [WeaverWriteAsGenericAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/WeaverWriteAsGenericAttribute.md) - [Writer](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/Writer-1.md) - [ZigZag](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/ZigZag.md) - [ZigZagEncodeAttribute](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/ZigZagEncodeAttribute.md) - [Mirage.Serialization](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization/index.md) - [StringStoreBrotliDecoder](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization.BrotliCompression/StringStoreBrotliDecoder.md) - [StringStoreBrotliEncoder](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization.BrotliCompression/StringStoreBrotliEncoder.md) - [StringStoreBrotliEncoderExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization.BrotliCompression/StringStoreBrotliEncoderExtensions.md) - [StringStoreLengthsMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization.BrotliCompression/StringStoreLengthsMessage.md) - [StringStoreStringsMessage](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization.BrotliCompression/StringStoreStringsMessage.md) - [Mirage.Serialization.BrotliCompression](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Serialization.BrotliCompression/index.md) - [AckSystem.AckablePacket](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/AckSystem.AckablePacket.md) - [AckSystem.ReliablePacket](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/AckSystem.ReliablePacket.md) - [AckSystem.ReliableReceived](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/AckSystem.ReliableReceived.md) - [AckSystem](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/AckSystem.md) - [ArrayBatch](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/ArrayBatch.md) - [AutoCompleteToken](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/AutoCompleteToken.md) - [Batch](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/Batch.md) - [BufferFullException](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/BufferFullException.md) - [ByteBuffer](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/ByteBuffer.md) - [ByteUtils](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/ByteUtils.md) - [Commands](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/Commands.md) - [Config](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/Config.md) - [ConnectionExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/ConnectionExtensions.md) - [ConnectionState](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/ConnectionState.md) - [DisconnectReason](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/DisconnectReason.md) - [IBindEndPoint](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/IBindEndPoint.md) - [IConnectEndPoint](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/IConnectEndPoint.md) - [IConnection](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/IConnection.md) - [IConnectionHandle](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/IConnectionHandle.md) - [IDataHandler](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/IDataHandler.md) - [IHasAddress](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/IHasAddress.md) - [IHasPort](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/IHasPort.md) - [INotifyCallBack](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/INotifyCallBack.md) - [INotifyCallBackExtensions](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/INotifyCallBackExtensions.md) - [INotifyToken](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/INotifyToken.md) - [IPeer](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/IPeer.md) - [IRawConnection](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/IRawConnection.md) - [ISocket](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/ISocket.md) - [ISocketLayerConnection](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/ISocketLayerConnection.md) - [ITime](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/ITime.md) - [MessageSizeException](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/MessageSizeException.md) - [Metrics.Frame](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/Metrics.Frame.md) - [Metrics](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/Metrics.md) - [NoConnectionException](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/NoConnectionException.md) - [NotifyToken](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/NotifyToken.md) - [NotifyTokenException](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/NotifyTokenException.md) - [OnData](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/OnData.md) - [OnDisconnect](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/OnDisconnect.md) - [PacketType](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/PacketType.md) - [Peer](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/Peer.md) - [PeerConfigProfile](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/PeerConfigProfile.md) - [Pool.CreateNewItem](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/Pool-1.CreateNewItem.md) - [Pool.CreateNewItemNoCount](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/Pool-1.CreateNewItemNoCount.md) - [Pool](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/Pool-1.md) - [PoolMetrics](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/PoolMetrics.md) - [RateLimitBucket.RefillConfig](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/RateLimitBucket.RefillConfig.md) - [RateLimitBucket](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/RateLimitBucket.md) - [RejectReason](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/RejectReason.md) - [ReliableBatch](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/ReliableBatch.md) - [RingBuffer.Option](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/RingBuffer-1.Option.md) - [RingBuffer](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/RingBuffer-1.md) - [Sequencer](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/Sequencer.md) - [SocketFactory](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/SocketFactory.md) - [SocketLayerException](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/SocketLayerException.md) - [Mirage.SocketLayer](https://MirageNet.github.io/Mirage/docs/reference/Mirage.SocketLayer/index.md) - [InitUDP](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Sockets.Udp/InitUDP.md) - [NanoConnectionHandle](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Sockets.Udp/NanoConnectionHandle.md) - [NanoSocket](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Sockets.Udp/NanoSocket.md) - [NanoSocketException](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Sockets.Udp/NanoSocketException.md) - [SocketLib](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Sockets.Udp/SocketLib.md) - [UdpConnectionHandle](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Sockets.Udp/UdpConnectionHandle.md) - [UdpMTU](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Sockets.Udp/UdpMTU.md) - [UdpSocket](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Sockets.Udp/UdpSocket.md) - [UdpSocketFactory](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Sockets.Udp/UdpSocketFactory.md) - [Mirage.Sockets.Udp](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Sockets.Udp/index.md) - [AlwaysNetworkVisibility](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Visibility/AlwaysNetworkVisibility.md) - [Mirage.Visibility](https://MirageNet.github.io/Mirage/docs/reference/Mirage.Visibility/index.md)