OnlineServiceConnectionTests ClientGetsConnectedAndSendsLoginRequest 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 ClientGetsConnectedAndSendsLoginRequest()
Examples

[Test]
public void ClientGetsConnectedAndSendsLoginRequest()
{
    string errorReceived = "";
    bool readyReceived = false;
    var connection = new OnlineServiceConnection(new MockSettings(), () => { });
See Also