.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Net
ConfigurableAddressProvider Class
ConfigurableAddressProvider Methods
Accept Method
Configure Method
Reject Method
Reset Method
ResolveAddress Method
SortHolders Method
ToString Method
ConfigurableAddressProvider
ResolveAddress Method
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Resolve a host and port.
Namespace:
Tangosol.Net
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
protected
IEnumerator
<
IPEndPoint
>
ResolveAddress
(
string
host
,
int
port
)
Parameters
host
Type:
System
String
The host.
port
Type:
System
Int32
The port
Return Value
Type:
IEnumerator
IPEndPoint
An
IPEndPoint
enumerator.
See Also
Reference
ConfigurableAddressProvider Class
Tangosol.Net Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.