ConfigurableAddressProviderAddressHolder Class |
Namespace: Tangosol.Net
protected class AddressHolder
The ConfigurableAddressProviderAddressHolder type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurableAddressProviderAddressHolder |
Construct an AddressHolder for the specified
IPEndPoint.
|
Name | Description | |
---|---|---|
![]() | Host |
The host name.
|
![]() | IsPending |
Whether the underlying address has been accepted.
|
![]() | IsReported |
Whether this address has already been reported as unresolvable.
|
![]() | Port |
The port.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Validate |
Throw ArgumentException if any values are invalid.
|
Name | Description | |
---|---|---|
![]() | f_host |
The configured address, either hostname or IP address.
|
![]() | f_port |
The configured port.
|