Click or drag to resize

IAddressProviderNextAddress Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Next available address to use.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
IPEndPoint NextAddress { get; }

Property Value

Type: IPEndPoint
The next available address or null if the list of available addresses was exhausted.
Remarks
If the caller can successfully use the returned address (e.g. a connection was established), it should call the IAddressProvider's Accept method.
See Also