Opc.Ua.Core
TcpReverseConnectChannel Class Methods


Opc.Ua.Bindings Namespace : TcpReverseConnectChannel Class

For a list of all members of this type, see TcpReverseConnectChannel members.

Public Methods
 NameDescription
Public Method Attaches the channel to an existing socket. (Inherited from Opc.Ua.Bindings.TcpListenerChannel)
Public MethodOverloaded.  An overrideable version of the Dispose. (Inherited from TcpListenerChannel)
Public Method Clean up an Opening or Open channel that has been idle for too long. (Inherited from TcpListenerChannel)
Public Method (Inherited from TcpListenerChannel)
Public Method (Inherited from TcpListenerChannel)
Public Method Handles a reconnect request. (Inherited from TcpListenerChannel)
Public Method Sets the callback used to raise channel audit events. (Inherited from TcpListenerChannel)
Public Method Sets the callback used to raise channel audit events. (Inherited from TcpListenerChannel)
Public Method Sets the callback used to raise channel audit events. (Inherited from TcpListenerChannel)
Public Method Sets the callback used to receive notifications of new events. (Inherited from TcpListenerChannel)
Public Method Raised when the state of the channel changes. (Inherited from TcpListenerChannel)
Public Method Update the last time that communication has occured on the channel. (Inherited from TcpListenerChannel)
Top
Protected Methods
 NameDescription
Protected Method Activates a new token. (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel)
Protected MethodOverloaded.  Queues a write request. (Inherited from TcpListenerChannel)
Protected Method Calculates the symmetric key sizes based on the current security policy. (Inherited from TcpListenerChannel)
Protected Method Closes the channel and releases resources. Sets state to Closed and notifies monitors. (Inherited from TcpListenerChannel)
Protected Method Closes the channel and releases resources. Sets state to Faulted. (Inherited from TcpListenerChannel)
Protected Method Reports that the channel state has changed (in another thread). (Inherited from TcpListenerChannel)
Protected Method Called to indicate an error or success if the listener channel initiated a reverse hello connection. (Inherited from TcpListenerChannel)
Protected Method Computes the keys for a token. (Inherited from TcpListenerChannel)
Protected Method Creates a new nonce. (Inherited from TcpListenerChannel)
Protected Method Creates a new token. (Inherited from TcpListenerChannel)
Protected MethodOverloaded.  Decrypts the buffer using asymmetric encryption. (Inherited from TcpListenerChannel)
Protected Method Discards the tokens. (Inherited from TcpListenerChannel)
Protected Method Code executed when the message limits are exceeded. (Inherited from TcpListenerChannel)
Protected MethodOverloaded.  Encrypts the buffer using asymmetric encryption. (Inherited from TcpListenerChannel)
Protected MethodOverloaded.  Forces the channel into a faulted state as a result of a fatal error. (Inherited from TcpListenerChannel)
Protected MethodOverloaded.  Calculates the size of the asymmetric security header. (Inherited from TcpListenerChannel)
Protected Method Calculates the size of the footer with an asymmetric signature. (Inherited from TcpListenerChannel)
Protected Method Returns the cipher text block size for key in the specified certificate. (Inherited from TcpListenerChannel)
Protected Method Returns a new sequence number. (Inherited from TcpListenerChannel)
Protected Method Returns a new token id. (Inherited from TcpListenerChannel)
Protected Method Returns the length of the symmetric encryption key. (Inherited from TcpListenerChannel)
Protected Method Returns the plain text block size for key in the specified certificate. (Inherited from TcpListenerChannel)
Protected Method Returns the chunks saved for message. (Inherited from TcpListenerChannel)
Protected Method Returns total length of the chunks saved for message. (Inherited from TcpListenerChannel)
Protected MethodOverridden.  Processes an incoming message.  
Protected MethodOverloaded.  Handles an error parsing or verifying a message. (Inherited from TcpListenerChannel)
Protected Method Handles a socket error. (Inherited from TcpListenerChannel)
Protected Method Called after a write operation completes. (Inherited from TcpListenerChannel)
Protected Method Checks if the message limits have been exceeded. (Inherited from TcpListenerChannel)
Protected Method Notify if the channel status changed. (Inherited from TcpListenerChannel)
Protected Method Handles a write complete event. (Inherited from TcpListenerChannel)
Protected Method Processes an OpenSecureChannel request message. (Inherited from TcpListenerChannel)
Protected Method Reads the asymmetric security header to the buffer. (Inherited from TcpListenerChannel)
Protected Method Decrypts and verifies a message chunk. (Inherited from TcpListenerChannel)
Protected Method Resets the sequence number after a connect. (Inherited from TcpListenerChannel)
Protected Method Checks if it is possible to revise the security mode. (Inherited from TcpListenerChannel)
Protected Method Saves an intermediate chunk for an incoming message. (Inherited from TcpListenerChannel)
Protected Method Sends an error message over the socket. (Inherited from TcpListenerChannel)
Protected MethodOverloaded.  Sends a fault response secured with the symmetric keys. (Inherited from TcpListenerChannel)
Protected Method Sets to endpoint according to the endpoint url. (Inherited from TcpListenerChannel)
Protected Method Sets the renewed token (Inherited from TcpListenerChannel)
Protected Method Set the flag if a response is required for the use case of reverse connect. (Inherited from TcpListenerChannel)
Protected MethodOverloaded.  Adds an asymmetric signature to the end of the buffer. (Inherited from TcpListenerChannel)
Protected Method Validates the nonce. (Inherited from TcpListenerChannel)
Protected MethodOverloaded.  Verifies an asymmetric signature at the end of the buffer. (Inherited from TcpListenerChannel)
Protected Method Checks if the sequence number is valid. (Inherited from TcpListenerChannel)
Protected MethodOverloaded.  Sends a OpenSecureChannel request. (Inherited from TcpListenerChannel)
Protected MethodOverloaded.  Writes the asymmetric security header to the buffer. (Inherited from TcpListenerChannel)
Protected Method Secures the message using the security token. (Inherited from TcpListenerChannel)
Top
See Also

Reference

TcpReverseConnectChannel Class
Opc.Ua.Bindings Namespace