[This is preliminary documentation and is subject to change.]
The host:port used to connect to a Perforce server.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
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.