Property | Type | Description | |
---|---|---|---|
Client | string | ||
Port | string | ||
Proxy | string |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
SourceDepot ( string port, string client, string proxy ) : System |
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. |
return | System |