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

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public ServerAddress Address { get; internal set; }
Visual Basic
Public Property Address As ServerAddress
	Get
	Friend Set
Visual C++
public:
property ServerAddress^ Address {
	ServerAddress^ get ();
	internal: void set (ServerAddress^ value);
}

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