Class Dns.Resolved
TBD
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class Resolved : Dns.Command, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceResolved(String, IEnumerable<IPAddress>, IEnumerable<IPAddress>)
TBD
Declaration
public Resolved(string name, IEnumerable<IPAddress> ipv4, IEnumerable<IPAddress> ipv6)
Parameters
Type | Name | Description |
---|---|---|
String | name | TBD |
IEnumerable<IPAddress> | ipv4 | TBD |
IEnumerable<IPAddress> | ipv6 | TBD |
Resolved(String, Exception)
Declaration
public Resolved(string name, Exception ex)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Exception | ex |
Properties
| Improve this Doc View SourceAddr
TBD
Declaration
public IPAddress Addr { get; }
Property Value
Type | Description |
---|---|
IPAddress |
Exception
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception |
Ipv4
TBD
Declaration
public IEnumerable<IPAddress> Ipv4 { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IPAddress> |
Ipv6
TBD
Declaration
public IEnumerable<IPAddress> Ipv6 { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IPAddress> |
IsSuccess
Declaration
public bool IsSuccess { get; }
Property Value
Type | Description |
---|---|
Boolean |
Name
TBD
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceCreate(String, IEnumerable<IPAddress>)
TBD
Declaration
public static Dns.Resolved Create(string name, IEnumerable<IPAddress> addresses)
Parameters
Type | Name | Description |
---|---|---|
String | name | TBD |
IEnumerable<IPAddress> | addresses | TBD |
Returns
Type | Description |
---|---|
Dns.Resolved | TBD |