Click or drag to resize

ProtocolIRegistryGet Method

Finds a protocol by name and services. Throws ArgumentException if not found.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
Protocol Get(
	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.
See Also