ProtocolPropertiesTryGetProperties(String, String, Type, Object) Method |
Gets properties for a particular protocol service.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntaxpublic 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
BooleanTrue on success.
See Also