Click or drag to resize

ProtocolPropertiesTryGetProperties(String, String, Type, Object) Method

Gets properties for a particular protocol service.

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

Parameters

protocolName  String
The protocol name.
channelName  String
The name of the channel hosting the service (or null).
serviceType  Type
The service.
properties  Object
Returns the properties of the protocol service (or null).

Return Value

Boolean
True on success.
See Also