ProtocolPropertiesTryGetProperties Method (Protocol, Object) |
Gets properties for a particular protocol.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic bool TryGetProperties(
Protocol protocol,
out Object properties
)
Parameters
- protocol
- Type: Demo3D.NetProtocol
The protocol. - properties
- Type: SystemObject
Returns the properties of the protocol service (or null).
Return Value
Type:
BooleanTrue on success.
See Also