Click or drag to resize

IRegistry Methods

The ProtocolIRegistry type exposes the following members.

Methods
  NameDescription
Public methodFind(IEnumerableType, IEnumerableString)
Finds all protocols that provide a specific set of services.
Public methodFind(String, IEnumerableType)
Finds a protocol by name and services. Returns null if not found.
Public methodGet
Finds a protocol by name and services. Throws ArgumentException if not found.
Public methodRegister
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.
Public methodUnregister
Unregisters a protocol.
Top
See Also