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
Syntaxpublic 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:
BooleanTrue on success.
See Also