TROBaseZeroConfResolveStrategy Class
From RemObjects Wiki
This is a RemObjects SDK for Delphi Library topic
Please do not modify the page structure, but feel free to modify/add text.
Contents |
Overview
TROBaseZeroConfResolveStrategy is a base class that declares abstract methods required for resolving a domain, a service type and a service name to a real address and port. The descendants of this class are used internally in TROZeroConfResolveEngine.
Location
uROZeroConf.pas
- TInterfacedObject
- TROBaseZeroConfResolveStrategy
Instance Methods
| GetCurrentEngineType protected virtual abstract |
|---|
|
TROZeroConfEngine = (zceAuto, zceBonjour, zceROZeroConfHub, zceNone); Resolves a domain, a service type and a service name to a real address and port in the specified timeout and raises an exception if the operation was unsuccessful. |
| Resolve protected virtual abstract |
|
|
| TryResolve protected virtual abstract |
|
Resolves a domain, a service type and a service name to a real address and port in the specified timeout and returns false if it was unsuccessful.
|
See Also
- TROBonjourResolveStrategy
- TROHubResolveStrategy
- Lists
- RemObjects SDK for Delphi: Interfaces – Classes – Enums
- RemObjects SDK shared: Data Types – File Types
- other editions
- RemObjects SDK for .NET: Namespaces – Interfaces – Classes – Enums
- RemObjects SDK for Xcode: Protocols – Classes – Enums
Product: RemObjects SDK
Available Editions: RemObjects SDK for .NET, Delphi and Xcode
Glossary — Architecture — Articles — Features — Library — Samples