Class ClientApprovalDenied
Inheritance
ClientApprovalDenied
Assembly: solution.dll
Syntax
public class ClientApprovalDenied : NetcodeIntegrationTest
Properties
NumberOfClients
Declaration
protected override int NumberOfClients { get; }
Property Value
Overrides
Methods
ClientDeniedAndDisconnectionNotificationTest()
Validates that when a pending client is denied approval the server-host
OnClientDisconnected method will return the valid pending client identifier.
Declaration
[UnityTestAttribute]
public IEnumerator ClientDeniedAndDisconnectionNotificationTest()
Returns
OnNewClientCreated(NetworkManager)
CreateAndStartNewClient Only
Invoked when the newly created client has been created
Declaration
protected override void OnNewClientCreated(NetworkManager networkManager)
Parameters
Overrides
ShouldWaitForNewClientToConnect(NetworkManager)
CreateAndStartNewClient Only
Override this method to bypass the waiting for a client to connect.
Declaration
protected override bool ShouldWaitForNewClientToConnect(NetworkManager networkManager)
Parameters
Returns
Overrides