| Address Class |
Namespace: Akka.Actor
The Address type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | ||
| Copy | ||
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(Address) | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HostPort |
Hosts the port.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Parse |
Parses a new Address from a given string
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Equality | ||
| Inequality |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |
| Name | Description | |
|---|---|---|
| AllSystems |
Pseudo address for all systems
|
| Name | Description | |
|---|---|---|
| Host |
Gets the host.
| |
| Port |
Gets the port.
| |
| Protocol |
Gets the protocol.
| |
| System |
Gets the system.
|