Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[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.BindingsAssembly: 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
System..::..Object
System.ServiceModel.Channels..::..CommunicationObject
System.ServiceModel.Channels..::..ChannelManagerBase
System.ServiceModel.Channels..::..ChannelListenerBase
System.ServiceModel.Channels..::..ChannelListenerBase<(Of <(<'IReplySessionChannel>)>)>
Opc.Ua.Bindings..::..UaTcpChannelListener
System.ServiceModel.Channels..::..CommunicationObject
System.ServiceModel.Channels..::..ChannelManagerBase
System.ServiceModel.Channels..::..ChannelListenerBase
System.ServiceModel.Channels..::..ChannelListenerBase<(Of <(<'IReplySessionChannel>)>)>
Opc.Ua.Bindings..::..UaTcpChannelListener