Click or drag to resize

ProtocolIRegistryFind Method (String, IEnumerableType)

Finds a protocol by name and services. Returns null if not found.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
Protocol? Find(
	string name,
	IEnumerable<Type>? services
)

Parameters

name
Type: SystemString
Name of protocol to find.
services
Type: System.Collections.GenericIEnumerableType
Services that protocol must provide.

Return Value

Type: Protocol
The first matching protocol (or null).
See Also