ProtocolPropertiesTryGetProperties Method (String, String, Type, Object) |
Gets properties for a particular protocol service.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic bool TryGetProperties(
string protocolName,
string? channelName,
Type? serviceType,
out Object?? properties
)
Parameters
- protocolName
- Type: SystemString
The protocol name. - channelName
- Type: SystemString
The name of the channel hosting the service (or null). - serviceType
- Type: SystemType
The service. - properties
- Type: SystemObject
Returns the properties of the protocol service (or null).
Return Value
Type:
BooleanTrue on success.
See Also