Click or drag to resize
Akka.NETDnsResolved Constructor
TBD

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Resolved(
	string name,
	IEnumerable<IPAddress> ipv4,
	IEnumerable<IPAddress> ipv6
)

Parameters

name
Type: SystemString
TBD
ipv4
Type: System.Collections.GenericIEnumerableIPAddress
TBD
ipv6
Type: System.Collections.GenericIEnumerableIPAddress
TBD
See Also