ProtocolSupportsService Method |
Returns whether a particular service is supported.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic bool SupportsService(
Type service
)
Parameters
- service
- Type: SystemType
The service to find.
Return Value
Type:
BooleanTrue if the service is supported.
See Also