Gets/Sets the Perforce Server port.
Namespace:
P4APIAssembly: p4api (in p4api)
Version: 1.0.0.0 (1.0.0)
Syntax
C# |
---|
public string Port { get; set; } |
Field Value
The port.Remarks
Defaults to the value set in your Perforce environment. Port can not be
changed after running Connect (not even after a Disconnect).
To connect to a server on another port, create a new instance of P4Connection.