C# Class SourceControl.SourceDepot

The implementation of the source depot class.
Inheritance: ISourceControlSystem
Afficher le fichier Open project: daptiv/Malevich

Méthodes publiques

Свойство Type Description
Client string
Port string
Proxy string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SourceDepot ( string port, string client, string proxy ) : System

Trivial constructor.

Method Details

SourceDepot() public méthode

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.
Résultat System

Property Details

Client public_oe property

The client string.
public string Client
Résultat string

Port public_oe property

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
Résultat string

Proxy public_oe property

The proxy server name. Null if none.
public string Proxy
Résultat string