Gets/Sets the Host-name of the client.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public string Host { get; set; }

Field Value

The client Host name.

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