Opc.Ua.Core
ClientBase Constructor



Opc.Ua Namespace > ClientBase Class : ClientBase Constructor
The channel.
Intializes the object with a channel and a message context.
Syntax
'Declaration
 
Public Function New( _
   ByVal channel As ITransportChannel _
)
'Usage
 
Dim channel As ITransportChannel
 
Dim instance As New ClientBase(channel)
public ClientBase( 
   ITransportChannel channel
)
public:
ClientBase( 
   ITransportChannel^ channel
)

Parameters

channel
The channel.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClientBase Class
ClientBase Members