Click or drag to resize

ServiceProviderServiceName Method

Returns the service name used in generating the name in the property grid.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
protected virtual string? ServiceName(
	Protocol protocol
)

Parameters

protocol  Protocol
The protocol requiring this name.

Return Value

String
The service name for this provider, or null.
See Also