MessagingTests ServerReportsOneParticipant Method Delta Engine Documentation

Namespace: DeltaEngine.Networking.Tests
Assembly: DeltaEngine.Networking.Tests (in DeltaEngine.Networking.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void ServerReportsOneParticipant()
Examples

[Test, CloseAfterFirstFrame]
public void ServerReportsOneParticipant()
{
    Assert.AreEqual(1, serverSession.NumberOfParticipants);
}
See Also