IRegistry Methods |
The ProtocolIRegistry type exposes the following members.
| Name | Description | |
|---|---|---|
| Find(IEnumerableType, IEnumerableString) |
Finds all protocols that provide a specific set of services.
| |
| Find(String, IEnumerableType) |
Finds a protocol by name and services. Returns null if not found.
| |
| Get |
Finds a protocol by name and services. Throws ArgumentException if not found.
| |
| Register |
Registers a protocol. If this implementation of a protocol supports services that are already supported
by an existing implementation, then this one takes precedence. It hides the previous implementation.
If the 'hidden' implementation supports other services, then it will still be used for those services.
| |
| Unregister |
Unregisters a protocol.
|