C# Класс SourceControl.SourceDepot

The implementation of the source depot class.
Наследование: ISourceControlSystem
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Client string
Port string
Proxy string

Private Properties

Свойство Тип Описание

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

Метод Описание
SourceDepot ( string port, string client, string proxy ) : System

Trivial constructor.

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

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

Trivial constructor.
public SourceDepot ( string port, string client, string proxy ) : System
port string The endpoint of the source depot server (servername:tcpport).
client string The name of the client.
proxy string Proxy server, same format as port name. Can be null if proxy is not used.
Результат System

Описание свойств

Client публичное свойство

The client string.
public string Client
Результат string

Port публичное свойство

The endpoint of the source depot server (servername:tcpport). The name (Port) is a bit misleading, but it is in keeping with the source depot terminology.
public string Port
Результат string

Proxy публичное свойство

The proxy server name. Null if none.
public string Proxy
Результат string