Click or drag to resize

Port32 Structure

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Utility struct to compute baseport and subport from the 32 bit port number.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public struct Port32

The Port32 type exposes the following members.

Constructors
  NameDescription
Public methodPort32
Construct a Port32 struct with the 32 bit port number.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldBaseport
The baseport number.
Public fieldSubport
The subport number.
Top
See Also