Opc.Ua.Core
TcpReverseConnectChannel Constructor



Opc.Ua.Bindings Namespace > TcpReverseConnectChannel Class : TcpReverseConnectChannel Constructor
Attaches the object to an existing socket.
Syntax
'Declaration
 
Public Function New( _
   ByVal contextId As String, _
   ByVal listener As ITcpChannelListener, _
   ByVal bufferManager As BufferManager, _
   ByVal quotas As ChannelQuotas, _
   ByVal endpoints As EndpointDescriptionCollection _
)
'Usage
 
Dim contextId As String
Dim listener As ITcpChannelListener
Dim bufferManager As BufferManager
Dim quotas As ChannelQuotas
Dim endpoints As EndpointDescriptionCollection
 
Dim instance As New TcpReverseConnectChannel(contextId, listener, bufferManager, quotas, endpoints)
public TcpReverseConnectChannel( 
   string contextId,
   ITcpChannelListener listener,
   BufferManager bufferManager,
   ChannelQuotas quotas,
   EndpointDescriptionCollection endpoints
)
public:
TcpReverseConnectChannel( 
   String^ contextId,
   ITcpChannelListener^ listener,
   BufferManager^ bufferManager,
   ChannelQuotas^ quotas,
   EndpointDescriptionCollection^ endpoints
)

Parameters

contextId
listener
bufferManager
quotas
endpoints
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

TcpReverseConnectChannel Class
TcpReverseConnectChannel Members