Address Constructor

Initializes a new instance of the Address class.

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

Syntax


public Address(
	string protocol,
	string system,
	string host,
	Nullable<int> port
)
Public Sub New ( _
	protocol As String, _
	system As String, _
	host As String, _
	port As Nullable(Of Integer) _
)
public:
Address(
	String^ protocol, 
	String^ system, 
	String^ host, 
	Nullable<int^> port
)

Parameters

protocol
Type: String
The protocol.
system
Type: String
The system.
host
Type: String
The host.
port
Type: Nullable<(Of <(<'Int32>)>)>
The port.