Opc.Ua.Core
Opc.Ua.Bindings Namespace
Inheritance Hierarchy
The Opc.Ua.Bindings namespace contains classes that implement the bindings for the mappings described in Part 6 of the UA specification. It also includes an implementation for the UA TCP protocol.
Classes
 ClassDescription
Class Provides stream access to a sequence of buffers.
Class The binding for the UA native stack
Class A collection of buffers.
Class A thread safe wrapper for the buffer manager class.
Class Helper to build a ReadOnlySequence from a set of buffers.
Class A class to hold a sequence of buffers until disposed.
Class Stores the results of an asynchronous operation.
Class Stores various configuration parameters used by the channel.
Class Represents a security token associate with a channel.
Class Wraps the HttpsTransportChannel and provides an ITransportChannel implementation.
Class Creates a new HttpsTransportChannel with ITransportChannel interface.
Class Creates a new HttpsTransportChannel with ITransportChannel interface. The uri scheme opc.https is used.
Class The Tcp specific arguments passed to the ConnectionWaiting event.
Class Manages the listening side of a UA TCP channel.
Class Defines constants for the UA TCP message identifiers.
Class Handles reading and writing of message chunks over a socket.
Class Handles async event callbacks from a socket
Class Handles async event callbacks only for the ConnectAsync method
Class Creates a new TcpMessageSocket with IMessageSocket interface.
Class Defines constants for the UA TCP message identifiers.
Class Manages the reverse connect client UA TCP channel.
Class Manages the server side of a UA TCP channel.
Class Creates a new Tcp service host.
Class Creates a transport channel with UA-TCP transport, UA-SC security and UA Binary encoding
Class Creates a new TcpTransportChannel with ITransportChannel interface.
Class Manages the transport for a UA TCP server.
Class Creates a new TcpTransportListener with ITransportListener interface.
Class The transport bindings available for the UA applications.
Class The bindings for the transport listeners.
Class The bindings for the transport channels.
Class The bindings for the transport listeners.
Class Manages the server side of a UA TCP channel. Manages the server side of a UA TCP channel. Manages the server side of a UA TCP channel.
Class Manages the client side of a UA TCP channel.
Class Creates a transport channel for the ITransportChannel interface. Implements the UA-SC security and UA Binary encoding. The socket layer requires a IMessageSocketFactory implementation.
Interfaces
 InterfaceDescription
Interface An interface to an object that received messages from the socket.
Interface Handles reading and writing of message chunks over a socket.
Interface Represents an asynchronous message socket operation.
Interface A channel, based on an underlying message socket
Interface This is an interface to a message socket which supports a factory
Interface Interface between listener and UA TCP channel
Interface This is an interface to the factory of a transport binding.
Interface The interface to manage transport bindings.
Interface This is an interface to the scheme of a transport binding.
Interface This is the transport channel factory interface for a binding (client).
Interface This is the transport listener factory interface for a binding (server).
Delegates
 DelegateDescription
Delegate Used to report an open secure channel audit event.
Delegate Used to report a close secure channel audit event
Delegate Used to report an open secure channel audit event.
Delegate Used to report an incoming request.
Delegate Used to report changes to the channel state.
Delegate Used to report the status of the channel.
Enumerations
 EnumerationDescription
Enumeration The possible channel states.
See Also

Reference

Opc.Ua.Core Assembly