QuickOPC User's Guide and Reference
EffectiveConnectionTransportParameters Property (_UAPubSubConnectionDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.ComTypes Namespace > _UAPubSubConnectionDescriptor Interface : EffectiveConnectionTransportParameters Property
The connection transport parameters that are effectively being for this descriptor.
Syntax
'Declaration
 
<CanBeNullAttribute()>
ReadOnly Property EffectiveConnectionTransportParameters As _UAConnectionTransportParameters
'Usage
 
Dim instance As _UAPubSubConnectionDescriptor
Dim value As _UAConnectionTransportParameters
 
value = instance.EffectiveConnectionTransportParameters
[CanBeNull()]
_UAConnectionTransportParameters EffectiveConnectionTransportParameters {get;}
[CanBeNull()]
property _UAConnectionTransportParameters^ EffectiveConnectionTransportParameters {
   _UAConnectionTransportParameters^ get();
}
Remarks

When ConnectionTransportParameters are not null, they become the effective connection transport parameters. Otherwise, if EffectiveTransportProfileUriString represents a well-known transport profile URI, default connection transport parameters for that transport profile will become the effective transport parameters. In all other cases, the effective connection transport parameters are null.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also