Address..::..Host Property

Gets the host.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public string Host { get; set; }
Public Property Host As String
	Get
	Set
public:
property String^ Host {
	String^ get ();
	void set (String^ value);
}

Field Value

The host.