Click or drag to resize
Akka.NETAddress Methods

The Address type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new copy with the same properties as the current address.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(Address)
Indicates whether the current object is equal to another object of the same type.
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
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHostPort
TBD
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 the current object.
(Overrides ObjectToString.)
Public methodToSurrogate
TBD
Public methodWithHost
Creates a new Address with a given host.
Public methodWithPort
Creates a new Address with a given port.
Public methodWithProtocol
Creates a new Address with a given protocol.
Public methodWithSystem
Creates a new Address with a given system.
Top
Extension Methods
See Also