Click or drag to resize

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: 15.0.2.11458
Syntax
C#
IEnumerable<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: IEnumerableProtocol
All matching protocols.
See Also