Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The listener for the UA Native Stack
Manages the connections for a UA TCP server.

Namespace: Opc.Ua.Bindings
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class UaTcpChannelListener : ChannelListenerBase<IReplySessionChannel>, 
	ITransportListener, IDisposable
Visual Basic
Public Class UaTcpChannelListener _
	Inherits ChannelListenerBase(Of IReplySessionChannel) _
	Implements ITransportListener, IDisposable
Visual C++
public ref class UaTcpChannelListener : public ChannelListenerBase<IReplySessionChannel^>, 
	ITransportListener, IDisposable

Inheritance Hierarchy

See Also