Click or drag to resize

ProtocolRequiredService Constructor (Type, String)

Creates a new service requirement, including a required service, and an optional list of preferred protocols.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public RequiredService(
	Type requiredService,
	params string[] preferredProtocols
)

Parameters

requiredService
Type: SystemType
The required service.
preferredProtocols
Type: SystemString
A list of preferred protocols (if any).
See Also