Click or drag to resize
AddressPort Property
Gets the port.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Nullable<int> Port { get; }

Property Value

Type: NullableInt32
The port.
See Also