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 AddressSurrogate : ISurrogate
Properties
| Improve this Doc 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 |
---|---|
Nullable<Int32> |
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
| Improve this Doc 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. |