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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubConnectionDescriptor Class : EffectiveConnectionTransportParameters Property
The connection transport parameters that are effectively being for this descriptor.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<NullableAttribute()>
<PolymorphicAttribute()>
Public ReadOnly Property EffectiveConnectionTransportParameters As UAConnectionTransportParameters
'Usage
 
Dim instance As UAPubSubConnectionDescriptor
Dim value As UAConnectionTransportParameters
 
value = instance.EffectiveConnectionTransportParameters
[CanBeNull()]
[DefaultValue("")]
[Nullable()]
[Polymorphic()]
public UAConnectionTransportParameters EffectiveConnectionTransportParameters {get;}
[CanBeNull()]
[DefaultValue("")]
[Nullable()]
[Polymorphic()]
public:
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