Click or drag to resize

ProtocolSupportsService Method

Returns whether a particular service is supported.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public bool SupportsService(
	Type service
)

Parameters

service
Type: SystemType
The service to find.

Return Value

Type: Boolean
True if the service is supported.
See Also