Click or drag to resize

ProtocolPropertiesTryGetProperties Method (Protocol, Object)

Gets properties for a particular protocol.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public bool TryGetProperties(
	Protocol protocol,
	out Object properties
)

Parameters

protocol
Type: Demo3D.NetProtocol
The protocol.
properties
Type: SystemObject
Returns the properties of the protocol service (or null).

Return Value

Type: Boolean
True on success.
See Also