Photon Server API

Properties | List of all members
Photon.Hive.Tests.Settings Class Reference

The settings. More...

Properties

static int? Port [get]
 Gets the port. More...
 
static string ServerAddress [get]
 Gets the ServerAddress. More...
 
static bool UseTcp [get]
 Gets a value indicating whether UseTcp. More...
 
static int Loops [get]
 Gets Loops. More...
 
static int Clients [get]
 Gets Clients. More...
 

Detailed Description

The settings.

Property Documentation

◆ Clients

int Photon.Hive.Tests.Settings.Clients
staticget

Gets Clients.

◆ Loops

int Photon.Hive.Tests.Settings.Loops
staticget

Gets Loops.

◆ Port

int? Photon.Hive.Tests.Settings.Port
staticget

Gets the port.

◆ ServerAddress

string Photon.Hive.Tests.Settings.ServerAddress
staticget

Gets the ServerAddress.

◆ UseTcp

bool Photon.Hive.Tests.Settings.UseTcp
staticget

Gets a value indicating whether UseTcp.