Click or drag to resize
Address Class
Class Address.
Inheritance Hierarchy
SystemObject
  Akka.ActorAddress

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public class Address : ICloneable, IEquatable<Address>

The Address type exposes the following members.

Constructors
  NameDescription
Public methodAddress
Initializes a new instance of the Address class.
Top
Methods
  NameDescription
Public methodClone
Public methodCopy
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Address)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHostPort
Hosts the port.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse
Parses a new Address from a given string
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Extension Methods
Fields
  NameDescription
Public fieldStatic memberAllSystems
Pseudo address for all systems
Top
Properties
  NameDescription
Public propertyHost
Gets the host.
Public propertyPort
Gets the port.
Public propertyProtocol
Gets the protocol.
Public propertySystem
Gets the system.
Top
See Also