Click or drag to resize

TransportConfigTransports Property

The ordered list of transport instances that this configuration will utilize.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public IReadOnlyCollection<TransportInst> Transports { get; }

Property Value

Type: IReadOnlyCollectionTransportInst
See Also