EasyUA Reference
ClientBase Constructor
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ClientBase Class : ClientBase Constructor

channel
The channel.

Glossary Item Box

Intializes the object with a channel and a message context.

Syntax

Visual Basic (Usage)Copy Code
Dim channel As ITransportChannel
 
Dim instance As New ClientBase(channel)
C# 
public ClientBase( 
   ITransportChannel channel
)

Parameters

channel
The channel.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.