Click or drag to resize

CredentialTicketHost Property

Host Name used to store the ticket in the ticket file.

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

Property Value

Type: String
Remarks
The ticket is not always stored in the ticket file. If requested, the Login command will try to determine the name used in the ticket file to store the ticket. This is null if the ticket was not stored in the ticket file.
See Also