Class DnsExt
TBD
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class DnsExt : IOExtension, IExtension
Constructors
| Improve this Doc View SourceDnsExt(ExtendedActorSystem)
TBD
Declaration
public DnsExt(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | TBD |
Properties
| Improve this Doc View SourceCache
TBD
Declaration
public DnsBase Cache { get; }
Property Value
Type | Description |
---|---|
DnsBase |
Manager
TBD
Declaration
public override IActorRef Manager { get; }
Property Value
Type | Description |
---|---|
IActorRef |
Overrides
| Improve this Doc View SourceProvider
TBD
Declaration
public IDnsProvider Provider { get; }
Property Value
Type | Description |
---|---|
IDnsProvider |
Settings
TBD
Declaration
public DnsExt.DnsSettings Settings { get; }
Property Value
Type | Description |
---|---|
DnsExt.DnsSettings |
Methods
| Improve this Doc View SourceGetResolver()
TBD
Declaration
public IActorRef GetResolver()
Returns
Type | Description |
---|---|
IActorRef | TBD |