Click or drag to resize
Address Constructor
Initializes a new instance of the Address class.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Address(
	string protocol,
	string system,
	string host = null,
	Nullable<int> port = null
)

Parameters

protocol
Type: SystemString
The protocol.
system
Type: SystemString
The system.
host (Optional)
Type: SystemString
The host.
port (Optional)
Type: SystemNullableInt32
The port.
See Also