C# 클래스 SourceControl.SourceDepot

The implementation of the source depot class.
상속: ISourceControlSystem
파일 보기 프로젝트 열기: daptiv/Malevich

공개 프로퍼티들

프로퍼티 타입 설명
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