EasyUA Reference
TypeName Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TransportConfiguration Class : TypeName Property

Glossary Item Box

The name of the class that defines the binding for the transport.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As TransportConfiguration
Dim value As String
 
instance.TypeName = value
 
value = instance.TypeName
C# 
[DataMemberAttribute(Order=1, 
   IsRequired=true, 
   EmitDefaultValue=false)]
public string TypeName {get; set;}

Property Value

The name of the type.

Remarks

This can be any instance of the System.ServiceModel.Channels.Binding class that implements these constructors: XxxBinding(EndpointDescription description, EndpointConfiguration configuration); XxxBinding(IList{EndpointDescription} descriptions, EndpointConfiguration configuration) XxxBinding(EndpointConfiguration configuration)

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.