ProtocolIRegistryFind Method (IEnumerableType, IEnumerableString) |
Finds all protocols that provide a specific set of services.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
SyntaxIEnumerable<Protocol> Find(
IEnumerable<Type>? services,
IEnumerable<string>? preferredProtocols
)
Parameters
- services
- Type: System.Collections.GenericIEnumerableType
Services that the protocol must provide. - preferredProtocols
- Type: System.Collections.GenericIEnumerableString
List of preferred protocols.
Return Value
Type:
IEnumerableProtocolAll matching protocols.
See Also