Class Address.AddressSurrogate
This class represents a surrogate of an Address. Its main use is to help during the serialization process.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class Address.AddressSurrogate : ISurrogate
Properties
| Edit this page View SourceHost
TBD
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
string |
Port
TBD
Declaration
public int? Port { get; set; }
Property Value
Type | Description |
---|---|
int? |
Protocol
TBD
Declaration
public string Protocol { get; set; }
Property Value
Type | Description |
---|---|
string |
System
TBD
Declaration
public string System { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceFromSurrogate(ActorSystem)
Creates a Address encapsulated by this surrogate.
Declaration
public ISurrogated FromSurrogate(ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | The actor system that owns this router. |
Returns
Type | Description |
---|---|
ISurrogated | The Address encapsulated by this surrogate. |