EasyUA Reference
TransportConfiguration Constructor(String,Type)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TransportConfiguration Class > TransportConfiguration Constructor : TransportConfiguration Constructor(String,Type)

urlScheme
The URL scheme.
type
The type.

Glossary Item Box

The default constructor.

Syntax

Visual Basic (Usage)Copy Code
Dim urlScheme As String
Dim type As Type
 
Dim instance As New TransportConfiguration(urlScheme, type)
C# 
public TransportConfiguration( 
   string urlScheme,
   Type type
)

Parameters

urlScheme
The URL scheme.
type
The type.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.