Class ClientApprovalDenied
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public class ClientApprovalDenied : NetcodeIntegrationTest
Properties
| Name | Description |
|---|---|
| NumberOfClients |
Methods
| Name | Description |
|---|---|
| ClientDeniedAndDisconnectionNotificationTest() | Validates that when a pending client is denied approval the server-host OnClientDisconnected method will return the valid pending client identifier. |
| OnNewClientCreated(NetworkManager) | CreateAndStartNewClient Only Invoked when the newly created client has been created |
| ShouldWaitForNewClientToConnect(NetworkManager) | CreateAndStartNewClient Only Override this method to bypass the waiting for a client to connect. |