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: 18.03.00
Syntax
C#
protected virtual string? ServiceName(
	Protocol protocol
)

Parameters

protocol
Type: Demo3D.NetProtocol
The protocol requiring this name.

Return Value

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