P4Server Properties |
The P4Server type exposes the following members.
| Name | Description | |
|---|---|---|
| ApiLevel |
What API level does the server support
| |
| CharacterSet |
The character set used by the connection
| |
| Client |
The client workspace used by the connection
| |
| Config |
The config file used by the connection
| |
| ConnectionError |
Get the error message generated by the previous connection (if any)
from the bridge dll.
| |
| ConnectionErrorInt |
Get the error message generated by the previous connection (if any)
| |
| CurrentWorkingDirectory |
The current working directory (cwd) used by the p4 server
| |
| KeepAlive | ||
| LastResults |
The results of the last command executed on this thread
| |
| Password |
The user's password used by the connection
| |
| Port |
The hostname:port used by the connection
| |
| ProgramName |
The program name used by the connection
| |
| ProgramVersion |
The program version used by the connection
| |
| Progress |
Progress callback delegates and registration.
Used to receive progress events from the bridge while running commands.
| |
| RequiresLogin |
The server requires a client to use the login command to pass credentials.
| |
| RunCmdTimout | Obsolete. | |
| User |
The user name used by the connection
| |
| UseUnicode |
Need to use Unicode when marshalling to/from the P4 server
| |
| Version |
Get the version of the p4.net assembly
|