Click or drag to resize

ProtocolIRegistryUnregister Method

Unregisters a protocol.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
bool Unregister(
	Protocol protocol
)

Parameters

protocol
Type: Demo3D.NetProtocol
The protocol to unregister.

Return Value

Type: Boolean
False if the protocol was already unregistered.
See Also