C# Класс SteamKit2.CDNClient.ClientEndPoint

Represents the endpoint of a Steam3 content server.
Показать файл Открыть проект

Открытые методы

Метод Описание
ClientEndPoint ( string host, int port, string type = null ) : System

Initializes a new instance of the ClientEndPoint class.

Описание методов

ClientEndPoint() публичный Метод

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.
Результат System