ProtocolPropertiesTryGetProperties(String, Object) Method |
Gets properties for a particular protocol.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic bool TryGetProperties(
string protocolName,
out Object?? properties
)
Parameters
- protocolName String
- The protocol name.
- properties Object
- Returns the properties of the protocol service (or null).
Return Value
BooleanTrue on success.
See Also