The P4Server type exposes the following members.

Properties

  Name Description
Public property ApiLevel
What API level does the server support
Public property CharacterSet
The character set used by the connection
Public property Client
The client workspace used by the connection
Public property Config
The config file used by the connection
Public property ConnectionError
Get the error message generated by the previous connection (if any) from the bridge dll.
Public property Static member ConnectionErrorInt
Get the error message generated by the previous connection (if any)
Public property CurrentWorkingDirectory
The current working directory (cwd) used by the p4 server
Public property KeepAlive
Public property LastResults
The results of the last command executed on this thread
Public property Password
The user's password used by the connection
Public property Port
The hostname:port used by the connection
Public property ProgramName
The program name used by the connection
Public property ProgramVersion
The program version used by the connection
Public property RequiresLogin
The server requires a client to use the login command to pass credentials.
Public property RunCmdTimout Obsolete.
Public property User
The user name used by the connection
Public property UseUnicode
Need to use Unicode when marshalling to/from the P4 server
Public property Static member Version
Get the version of the p4.net assembly

See Also