Click or drag to resize

ServerAddress Class

The address of the Perforce server.
Inheritance Hierarchy
SystemObject
  Perforce.P4ServerAddress

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public class ServerAddress

The ServerAddress type exposes the following members.

Constructors
  NameDescription
Public methodServerAddress
Construct ServerAddress from string
Top
Properties
  NameDescription
Public propertyUri
Property for the string URI
Top
Methods
  NameDescription
Public methodEquals
Compare ServerAddresses
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Get Hashcode
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Convert ServerAddress to String
(Overrides ObjectToString.)
Top
See Also