Create a P4BridgeServer used to connect to the specified P4Server
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
Parameters
- server
- Type: System..::..String
Host:port for the P4 server.
- user
- Type: System..::..String
User name for the login.
Can be null/blank if only running commands that do not require
a login.
- pass
- Type: System..::..String
Password for the login. Can be null/blank if
only running commands that do not require a login.
- ws_client
- Type: System..::..String
Workspace (client) to be used by the
connection. Can be null/blank if only running commands that do
not require a login.
See Also