Opc.Ua.Core
UaSCUaBinaryClientChannel Class Members
Properties  Methods 


Opc.Ua.Bindings Namespace : UaSCUaBinaryClientChannel Class

The following tables list the members exposed by UaSCUaBinaryClientChannel.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel)
Public Property Returns the endpoint description selected by the client. (Inherited from UaSCUaBinaryChannel)
Public Property The globally unique identifier assigned to the channel by the server. (Inherited from UaSCUaBinaryChannel)
Public Property The identifier assigned to the channel by the server. (Inherited from UaSCUaBinaryChannel)
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 UaSCUaBinaryChannel)
Protected Property The certificate for the client. (Inherited from UaSCUaBinaryChannel)
Protected Property The synchronization object for the channel. (Inherited from UaSCUaBinaryChannel)
Protected Property Whether the channel is restricted to discovery operations. (Inherited from UaSCUaBinaryChannel)
Protected Property The tickcount in milliseconds when the channel received/sent the last message. (Inherited from UaSCUaBinaryChannel)
Protected Property The maximum number of chunks per request message. (Inherited from UaSCUaBinaryChannel)
Protected Property The maximum size for a request message. (Inherited from UaSCUaBinaryChannel)
Protected Property The maximum number of chunks per response message. (Inherited from UaSCUaBinaryChannel)
Protected Property The maximum size for a response message. (Inherited from UaSCUaBinaryChannel)
Protected Property Returns the current security token. (Inherited from UaSCUaBinaryChannel)
Protected Property The resource quotas for the channel. (Inherited from UaSCUaBinaryChannel)
Protected Property The size of the receive buffer. (Inherited from UaSCUaBinaryChannel)
Protected Property Returns the renewed but not yet activated token. (Inherited from UaSCUaBinaryChannel)
Protected Property The security mode used with the channel. (Inherited from UaSCUaBinaryChannel)
Protected Property The security policy used with the channel. (Inherited from UaSCUaBinaryChannel)
Protected Property The size of the send buffer. (Inherited from UaSCUaBinaryChannel)
Protected Property The certificate for the server. (Inherited from UaSCUaBinaryChannel)
Protected Property The server certificate chain. (Inherited from UaSCUaBinaryChannel)
Protected Property The state of the channel. (Inherited from UaSCUaBinaryChannel)
Top
Public Methods
 NameDescription
Public Method Creates a connection with the server.  
Public Method Sends a request to the server.  
Public Method Closes a connection with the server.  
Public Method Closes a connection with the server.  
Public MethodOverloaded. Overridden.  An overrideable version of the Dispose.  
Public Method Finishes a connect operation.  
Public Method Finishes a connect operation.  
Public Method Returns the response to a previously sent request.  
Public Method Returns the response to a previously sent request.  
Public Method (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel)
Public Method (Inherited from UaSCUaBinaryChannel)
Public Method Raised when the state of the channel changes. (Inherited from UaSCUaBinaryChannel)
Public Method Update the last time that communication has occured on the channel. (Inherited from UaSCUaBinaryChannel)
Top
Protected Methods
 NameDescription
Protected Method Activates a new token. (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel)
Protected MethodOverloaded.  Queues a write request. (Inherited from UaSCUaBinaryChannel)
Protected Method Calculates the symmetric key sizes based on the current security policy. (Inherited from UaSCUaBinaryChannel)
Protected Method Reports that the channel state has changed (in another thread). (Inherited from UaSCUaBinaryChannel)
Protected Method Computes the keys for a token. (Inherited from UaSCUaBinaryChannel)
Protected Method Creates a new nonce. (Inherited from UaSCUaBinaryChannel)
Protected Method Creates a new token. (Inherited from UaSCUaBinaryChannel)
Protected MethodOverloaded.  Decrypts the buffer using asymmetric encryption. (Inherited from UaSCUaBinaryChannel)
Protected Method Discards the tokens. (Inherited from UaSCUaBinaryChannel)
Protected MethodOverridden.  Code executed when the message limits are exceeded.  
Protected MethodOverloaded.  Encrypts the buffer using asymmetric encryption. (Inherited from UaSCUaBinaryChannel)
Protected MethodOverloaded.  Calculates the size of the asymmetric security header. (Inherited from UaSCUaBinaryChannel)
Protected Method Calculates the size of the footer with an asymmetric signature. (Inherited from UaSCUaBinaryChannel)
Protected Method Returns the cipher text block size for key in the specified certificate. (Inherited from UaSCUaBinaryChannel)
Protected Method Returns a new sequence number. (Inherited from UaSCUaBinaryChannel)
Protected Method Returns the length of the symmetric encryption key. (Inherited from UaSCUaBinaryChannel)
Protected Method Returns the plain text block size for key in the specified certificate. (Inherited from UaSCUaBinaryChannel)
Protected Method Returns the chunks saved for message. (Inherited from UaSCUaBinaryChannel)
Protected Method Returns total length of the chunks saved for message. (Inherited from UaSCUaBinaryChannel)
Protected MethodOverridden.  Processes an incoming message.  
Protected MethodOverloaded.  Handles an error parsing or verifying a message. (Inherited from UaSCUaBinaryChannel)
Protected MethodOverridden.  Handles a socket error.  
Protected MethodOverridden.  Called after a write operation completes.  
Protected Method Checks if the message limits have been exceeded. (Inherited from UaSCUaBinaryChannel)
Protected Method Handles a write complete event. (Inherited from UaSCUaBinaryChannel)
Protected Method Processes an Error message received over the socket.  
Protected Method Processes an OpenSecureChannel request message. (Inherited from UaSCUaBinaryChannel)
Protected Method Reads the asymmetric security header to the buffer. (Inherited from UaSCUaBinaryChannel)
Protected Method Decrypts and verifies a message chunk. (Inherited from UaSCUaBinaryChannel)
Protected Method Resets the sequence number after a connect. (Inherited from UaSCUaBinaryChannel)
Protected Method Checks if it is possible to revise the security mode. (Inherited from UaSCUaBinaryChannel)
Protected Method Saves an intermediate chunk for an incoming message. (Inherited from UaSCUaBinaryChannel)
Protected Method Sets to endpoint according to the endpoint url. (Inherited from UaSCUaBinaryChannel)
Protected Method Sets the renewed token (Inherited from UaSCUaBinaryChannel)
Protected MethodOverloaded.  Adds an asymmetric signature to the end of the buffer. (Inherited from UaSCUaBinaryChannel)
Protected Method Validates the nonce. (Inherited from UaSCUaBinaryChannel)
Protected MethodOverloaded.  Verifies an asymmetric signature at the end of the buffer. (Inherited from UaSCUaBinaryChannel)
Protected Method Checks if the sequence number is valid. (Inherited from UaSCUaBinaryChannel)
Protected MethodOverloaded.  Sends a OpenSecureChannel request. (Inherited from UaSCUaBinaryChannel)
Protected MethodOverloaded.  Writes the asymmetric security header to the buffer. (Inherited from UaSCUaBinaryChannel)
Protected Method Secures the message using the security token. (Inherited from UaSCUaBinaryChannel)
Top
See Also

Reference

UaSCUaBinaryClientChannel Class
Opc.Ua.Bindings Namespace