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



Opc.Ua.Bindings Namespace > HttpsTransportChannel Class > Initialize Method : Initialize(ITransportWaitingConnection,TransportChannelSettings) Method
The connection to use.
The settings to use when creating the channel.
Initializes a secure channel with a waiting reverse connection.
Syntax
'Declaration
 
Public Overloads Sub Initialize( _
   ByVal connection As ITransportWaitingConnection, _
   ByVal settings As TransportChannelSettings _
) 
'Usage
 
Dim instance As HttpsTransportChannel
Dim connection As ITransportWaitingConnection
Dim settings As TransportChannelSettings
 
instance.Initialize(connection, settings)

Parameters

connection
The connection to use.
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

HttpsTransportChannel Class
HttpsTransportChannel Members
Overload List