Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SteamClient"/> class with the default configuration.
 /// </summary>
 public SteamClient()
     : this(SteamConfiguration.CreateDefault())
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SteamClient"/> class a specific identifier.
 /// </summary>
 /// <param name="identifier">A specific identifier to be used to uniquely identify this instance.</param>
 public SteamClient(string identifier)
     : this(SteamConfiguration.CreateDefault(), identifier)
 {
 }