Gets the host.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic string Host { get; }
Public ReadOnly Property Host As String
Get
public:
property String^ Host {
String^ get ();
}
member Host : string with get
Property Value
Type:
StringThe host.
See Also