Click or drag to resize

ProtocolPropertiesTryGetProperties Method (String, Object)

Gets properties for a particular protocol.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public bool TryGetProperties(
	string protocolName,
	out Object?? properties
)

Parameters

protocolName
Type: SystemString
The protocol name.
properties
Type: SystemObject
Returns the properties of the protocol service (or null).

Return Value

Type: Boolean
True on success.
See Also