Perforce API for the .Net CLR P4.Net

P4Connection.Host Property

Gets/Sets the Host-name of the client.

[Visual�Basic]
Public�Property�Host�As�String
[C#]
public�string�Host�{get;�set;}

Remarks

Forcing the Host to a different name is useful when using a client that was defined on a different host. Of course, that can cause issues with the client's have list, so use with caution.

See Also

P4Connection Class | P4API Namespace