Click or drag to resize

P4ServerMT Constructor (String, String, String, String)

Create a handler for later creation of P4Server using the provided parameters

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public P4ServerMT(
	string server,
	string user,
	string pass,
	string ws_client
)

Parameters

server
Type: SystemString
host:port for the P4 server
user
Type: SystemString
User name for the login. Can be null/blank if only running commands that do not require a login.
pass
Type: SystemString
Password for the login. Can be null/blank if only running commands that do not require a login.
ws_client
Type: SystemString
Workspace (client) to be used by the connection. Can be null/blank if only running commands that do not require a login.

Return Value

Type: 
See Also