Click or drag to resize

Protocol Constructor (String, Type)

Creates a new protocol.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
protected Protocol(
	string name,
	params Type[] protocolSupportedService
)

Parameters

name
Type: SystemString
Name of the protocol (need not be unique, but will be used in parsing protocol addresses).
protocolSupportedService
Type: SystemType
List of services supported directly by this class.
See Also