C# Class SteamKit2.GeneralDSClient

Represents a client that is capable of connecting to the Steam2 General Directory Server.
Inheritance: DSClient
Mostra file Open project: Top-Cat/SteamBot Class Usage Examples

Public Properties

Property Type Description
GDServers System.Net.IPEndPoint[]

Public Methods

Method Description
GetAuthServerList ( string userName ) : System.Net.IPEndPoint[]

Gets an auth server list for a specific username.

Method Details

GetAuthServerList() public method

Gets an auth server list for a specific username.
public GetAuthServerList ( string userName ) : System.Net.IPEndPoint[]
userName string The username.
return System.Net.IPEndPoint[]

Property Details

GDServers public_oe static_oe property

This is the boostrap list of General Directory Servers.
public static IPEndPoint[],System.Net GDServers
return System.Net.IPEndPoint[]