Opc.Ua.Core
TcpServerChannel Class Members
Properties  Methods  Events


Opc.Ua.Bindings Namespace : TcpServerChannel Class

The following tables list the members exposed by TcpServerChannel.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel)
Public PropertyOverridden.  The channel name used in trace output.  
Public Property The time in milliseconds elapsed since the channel received or sent messages or received a keep alive. (Inherited from TcpListenerChannel)
Public Property Returns the endpoint description selected by the client. (Inherited from TcpListenerChannel)
Public Property The globally unique identifier assigned to the channel by the server. (Inherited from TcpListenerChannel)
Public Property The identifier assigned to the channel by the server. (Inherited from TcpListenerChannel)
Public Property The URL used to establish a connection to the client.  
Top
Protected Properties
 NameDescription
Protected Property The buffer manager for the channel. (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel)
Protected Property The identifier assigned to the channel by the server. (Inherited from TcpListenerChannel)
Protected Property The certificate for the client. (Inherited from TcpListenerChannel)
Protected Property The synchronization object for the channel. (Inherited from TcpListenerChannel)
Protected Property Whether the channel is restricted to discovery operations. (Inherited from TcpListenerChannel)
Protected Property The tickcount in milliseconds when the channel received/sent the last message. (Inherited from TcpListenerChannel)
Protected Property The TCP channel listener. (Inherited from TcpListenerChannel)
Protected Property The maximum number of chunks per request message. (Inherited from TcpListenerChannel)
Protected Property The maximum size for a request message. (Inherited from TcpListenerChannel)
Protected Property The maximum number of chunks per response message. (Inherited from TcpListenerChannel)
Protected Property The maximum size for a response message. (Inherited from TcpListenerChannel)
Protected Property Returns the current security token. (Inherited from TcpListenerChannel)
Protected Property The resource quotas for the channel. (Inherited from TcpListenerChannel)
Protected Property The size of the receive buffer. (Inherited from TcpListenerChannel)
Protected Property Returns the renewed but not yet activated token. (Inherited from TcpListenerChannel)
Protected Property The report certificate audit event handler. (Inherited from TcpListenerChannel)
Protected Property The report close secure channel audit event handler. (Inherited from TcpListenerChannel)
Protected Property The report open secure channel audit event handler. (Inherited from TcpListenerChannel)
Protected Property The channel request event handler. (Inherited from TcpListenerChannel)
Protected Property The security mode used with the channel. (Inherited from TcpListenerChannel)
Protected Property The security policy used with the channel. (Inherited from TcpListenerChannel)
Protected Property The size of the send buffer. (Inherited from TcpListenerChannel)
Protected Property The certificate for the server. (Inherited from TcpListenerChannel)
Protected Property The server certificate chain. (Inherited from TcpListenerChannel)
Protected Property The state of the channel. (Inherited from TcpListenerChannel)
Top
Public Methods
 NameDescription
Public Method Attaches the channel to an existing socket. (Inherited from Opc.Ua.Bindings.TcpListenerChannel)
Public Method Begin a reverse connect.  
Public MethodOverloaded. Overridden.  An overrideable version of the Dispose.  
Public Method End the reverse connect.  
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 MethodOverridden.  Handles a reconnect request.  
Public Method Sends the response for the specified request.  
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 MethodOverridden.  Called to indicate an error or success if the listener channel initiated a reverse hello connection.  
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 MethodOverridden.  Code executed when the message limits are exceeded.  
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 MethodOverridden.  Notify if the channel status changed.  
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
Public Events
 NameDescription
Public Event Raised when the connection status changes.  
Top
See Also

Reference

TcpServerChannel Class
Opc.Ua.Bindings Namespace