Opc.Ua.Core
Initialize(Uri,TransportChannelSettings) Method



Opc.Ua Namespace > ITransportChannel Interface > Initialize Method : Initialize(Uri,TransportChannelSettings) Method
The URL for the endpoint.
The settings to use when creating the channel.
Initializes a secure channel with the endpoint identified by the URL.
Syntax
'Declaration
 
Overloads Sub Initialize( _
   ByVal url As Uri, _
   ByVal settings As TransportChannelSettings _
) 
'Usage
 
Dim instance As ITransportChannel
Dim url As Uri
Dim settings As TransportChannelSettings
 
instance.Initialize(url, settings)

Parameters

url
The URL for the endpoint.
settings
The settings to use when creating the channel.
Exceptions
ExceptionDescription
Thrown if any communication error occurs.
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

ITransportChannel Interface
ITransportChannel Members
Overload List