C# Class SteamKit2.CDNClient.ClientEndPoint

Represents the endpoint of a Steam3 content server.
Exibir arquivo Open project: Top-Cat/SteamBot

Public Methods

Method Description
ClientEndPoint ( string host, int port, string type = null ) : System

Initializes a new instance of the ClientEndPoint class.

Method Details

ClientEndPoint() public method

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.
return System