Name | Description | |
---|---|---|
![]() | UaSCUaBinaryClientChannel Constructor | Overloaded. |
The following tables list the members exposed by UaSCUaBinaryClientChannel.
Name | Description | |
---|---|---|
![]() | UaSCUaBinaryClientChannel Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ChannelFull | (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel) |
![]() | EndpointDescription | Returns the endpoint description selected by the client. (Inherited from UaSCUaBinaryChannel) |
![]() | GlobalChannelId | The globally unique identifier assigned to the channel by the server. (Inherited from UaSCUaBinaryChannel) |
![]() | Id | The identifier assigned to the channel by the server. (Inherited from UaSCUaBinaryChannel) |
Name | Description | |
---|---|---|
![]() | BufferManager | The buffer manager for the channel. (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel) |
![]() | ChannelId | The identifier assigned to the channel by the server. (Inherited from UaSCUaBinaryChannel) |
![]() | ClientCertificate | The certificate for the client. (Inherited from UaSCUaBinaryChannel) |
![]() | DataLock | The synchronization object for the channel. (Inherited from UaSCUaBinaryChannel) |
![]() | DiscoveryOnly | Whether the channel is restricted to discovery operations. (Inherited from UaSCUaBinaryChannel) |
![]() | LastActiveTickCount | The tickcount in milliseconds when the channel received/sent the last message. (Inherited from UaSCUaBinaryChannel) |
![]() | MaxRequestChunkCount | The maximum number of chunks per request message. (Inherited from UaSCUaBinaryChannel) |
![]() | MaxRequestMessageSize | The maximum size for a request message. (Inherited from UaSCUaBinaryChannel) |
![]() | MaxResponseChunkCount | The maximum number of chunks per response message. (Inherited from UaSCUaBinaryChannel) |
![]() | MaxResponseMessageSize | The maximum size for a response message. (Inherited from UaSCUaBinaryChannel) |
![]() | PreviousToken | Returns the current security token. (Inherited from UaSCUaBinaryChannel) |
![]() | Quotas | The resource quotas for the channel. (Inherited from UaSCUaBinaryChannel) |
![]() | ReceiveBufferSize | The size of the receive buffer. (Inherited from UaSCUaBinaryChannel) |
![]() | RenewedToken | Returns the renewed but not yet activated token. (Inherited from UaSCUaBinaryChannel) |
![]() | SecurityMode | The security mode used with the channel. (Inherited from UaSCUaBinaryChannel) |
![]() | SecurityPolicyUri | The security policy used with the channel. (Inherited from UaSCUaBinaryChannel) |
![]() | SendBufferSize | The size of the send buffer. (Inherited from UaSCUaBinaryChannel) |
![]() | ServerCertificate | The certificate for the server. (Inherited from UaSCUaBinaryChannel) |
![]() | ServerCertificateChain | The server certificate chain. (Inherited from UaSCUaBinaryChannel) |
![]() | State | The state of the channel. (Inherited from UaSCUaBinaryChannel) |
Name | Description | |
---|---|---|
![]() | BeginConnect | Creates a connection with the server. |
![]() | BeginSendRequest | Sends a request to the server. |
![]() | Close | Closes a connection with the server. |
![]() | CloseAsync | Closes a connection with the server. |
![]() | Dispose | Overloaded. Overridden. An overrideable version of the Dispose. |
![]() | EndConnect | Finishes a connect operation. |
![]() | EndConnectAsync | Finishes a connect operation. |
![]() | EndSendRequest | Returns the response to a previously sent request. |
![]() | EndSendRequestAsync | Returns the response to a previously sent request. |
![]() | OnMessageReceived | (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel) |
![]() | OnReceiveError | (Inherited from UaSCUaBinaryChannel) |
![]() | SetStateChangedCallback | Raised when the state of the channel changes. (Inherited from UaSCUaBinaryChannel) |
![]() | UpdateLastActiveTime | Update the last time that communication has occured on the channel. (Inherited from UaSCUaBinaryChannel) |
Name | Description | |
---|---|---|
![]() | ActivateToken | Activates a new token. (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel) |
![]() | BeginWriteMessage | Overloaded. Queues a write request. (Inherited from UaSCUaBinaryChannel) |
![]() | CalculateSymmetricKeySizes | Calculates the symmetric key sizes based on the current security policy. (Inherited from UaSCUaBinaryChannel) |
![]() | ChannelStateChanged | Reports that the channel state has changed (in another thread). (Inherited from UaSCUaBinaryChannel) |
![]() | ComputeKeys | Computes the keys for a token. (Inherited from UaSCUaBinaryChannel) |
![]() | CreateNonce | Creates a new nonce. (Inherited from UaSCUaBinaryChannel) |
![]() | CreateToken | Creates a new token. (Inherited from UaSCUaBinaryChannel) |
![]() | Decrypt | Overloaded. Decrypts the buffer using asymmetric encryption. (Inherited from UaSCUaBinaryChannel) |
![]() | DiscardTokens | Discards the tokens. (Inherited from UaSCUaBinaryChannel) |
![]() | DoMessageLimitsExceeded | Overridden. Code executed when the message limits are exceeded. |
![]() | Encrypt | Overloaded. Encrypts the buffer using asymmetric encryption. (Inherited from UaSCUaBinaryChannel) |
![]() | GetAsymmetricHeaderSize | Overloaded. Calculates the size of the asymmetric security header. (Inherited from UaSCUaBinaryChannel) |
![]() | GetAsymmetricSignatureSize | Calculates the size of the footer with an asymmetric signature. (Inherited from UaSCUaBinaryChannel) |
![]() | GetCipherTextBlockSize | Returns the cipher text block size for key in the specified certificate. (Inherited from UaSCUaBinaryChannel) |
![]() | GetNewSequenceNumber | Returns a new sequence number. (Inherited from UaSCUaBinaryChannel) |
![]() | GetNonceLength | Returns the length of the symmetric encryption key. (Inherited from UaSCUaBinaryChannel) |
![]() | GetPlainTextBlockSize | Returns the plain text block size for key in the specified certificate. (Inherited from UaSCUaBinaryChannel) |
![]() | GetSavedChunks | Returns the chunks saved for message. (Inherited from UaSCUaBinaryChannel) |
![]() | GetSavedChunksTotalSize | Returns total length of the chunks saved for message. (Inherited from UaSCUaBinaryChannel) |
![]() | HandleIncomingMessage | Overridden. Processes an incoming message. |
![]() | HandleMessageProcessingError | Overloaded. Handles an error parsing or verifying a message. (Inherited from UaSCUaBinaryChannel) |
![]() | HandleSocketError | Overridden. Handles a socket error. |
![]() | HandleWriteComplete | Overridden. Called after a write operation completes. |
![]() | MessageLimitsExceeded | Checks if the message limits have been exceeded. (Inherited from UaSCUaBinaryChannel) |
![]() | OnWriteComplete | Handles a write complete event. (Inherited from UaSCUaBinaryChannel) |
![]() | ProcessErrorMessage | Processes an Error message received over the socket. |
![]() | ReadAsymmetricMessage | Processes an OpenSecureChannel request message. (Inherited from UaSCUaBinaryChannel) |
![]() | ReadAsymmetricMessageHeader | Reads the asymmetric security header to the buffer. (Inherited from UaSCUaBinaryChannel) |
![]() | ReadSymmetricMessage | Decrypts and verifies a message chunk. (Inherited from UaSCUaBinaryChannel) |
![]() | ResetSequenceNumber | Resets the sequence number after a connect. (Inherited from UaSCUaBinaryChannel) |
![]() | ReviseSecurityMode | Checks if it is possible to revise the security mode. (Inherited from UaSCUaBinaryChannel) |
![]() | SaveIntermediateChunk | Saves an intermediate chunk for an incoming message. (Inherited from UaSCUaBinaryChannel) |
![]() | SetEndpointUrl | Sets to endpoint according to the endpoint url. (Inherited from UaSCUaBinaryChannel) |
![]() | SetRenewedToken | Sets the renewed token (Inherited from UaSCUaBinaryChannel) |
![]() | Sign | Overloaded. Adds an asymmetric signature to the end of the buffer. (Inherited from UaSCUaBinaryChannel) |
![]() | ValidateNonce | Validates the nonce. (Inherited from UaSCUaBinaryChannel) |
![]() | Verify | Overloaded. Verifies an asymmetric signature at the end of the buffer. (Inherited from UaSCUaBinaryChannel) |
![]() | VerifySequenceNumber | Checks if the sequence number is valid. (Inherited from UaSCUaBinaryChannel) |
![]() | WriteAsymmetricMessage | Overloaded. Sends a OpenSecureChannel request. (Inherited from UaSCUaBinaryChannel) |
![]() | WriteAsymmetricMessageHeader | Overloaded. Writes the asymmetric security header to the buffer. (Inherited from UaSCUaBinaryChannel) |
![]() | WriteSymmetricMessage | Secures the message using the security token. (Inherited from UaSCUaBinaryChannel) |