Click or drag to resize

ServerAddress Property

The host:port used to connect to a Perforce server.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public ServerAddress Address { get; }

Property Value

Type: ServerAddress
Remarks
Note: this can be different than the value returned by the info command if a proxy or broker is used to make the connection.
See Also