C# Class SteamKit2.CDNClient.ClientEndPoint

Represents the endpoint of a Steam3 content server.
Afficher le fichier Open project: Top-Cat/SteamBot

Méthodes publiques

Méthode Description
ClientEndPoint ( string host, int port, string type = null ) : System

Initializes a new instance of the ClientEndPoint class.

Method Details

ClientEndPoint() public méthode

Initializes a new instance of the ClientEndPoint class.
public ClientEndPoint ( string host, int port, string type = null ) : System
host string The server host.
port int The server port.
type string The server type.
Résultat System