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



Opc.Ua Namespace > UaChannelBase Class > 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
 
Public Overloads Sub Initialize( _
   ByVal url As Uri, _
   ByVal settings As TransportChannelSettings _
) 
'Usage
 
Dim instance As UaChannelBase
Dim url As Uri
Dim settings As TransportChannelSettings
 
instance.Initialize(url, settings)
public void Initialize( 
   Uri url,
   TransportChannelSettings settings
)
public:
void Initialize( 
   Uri^ url,
   TransportChannelSettings^ 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

UaChannelBase Class
UaChannelBase Members
Overload List