Name | Description | |
---|---|---|
![]() | TcpServerChannel Constructor | Overloaded. |
The following tables list the members exposed by TcpServerChannel.
Name | Description | |
---|---|---|
![]() | TcpServerChannel Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ChannelFull | (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel) |
![]() | ChannelName | Overridden. The channel name used in trace output. |
![]() | ElapsedSinceLastActiveTime | The time in milliseconds elapsed since the channel received or sent messages or received a keep alive. (Inherited from TcpListenerChannel) |
![]() | EndpointDescription | Returns the endpoint description selected by the client. (Inherited from TcpListenerChannel) |
![]() | GlobalChannelId | The globally unique identifier assigned to the channel by the server. (Inherited from TcpListenerChannel) |
![]() | Id | The identifier assigned to the channel by the server. (Inherited from TcpListenerChannel) |
![]() | ReverseConnectionUrl | The URL used to establish a connection to the client. |
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 TcpListenerChannel) |
![]() | ClientCertificate | The certificate for the client. (Inherited from TcpListenerChannel) |
![]() | DataLock | The synchronization object for the channel. (Inherited from TcpListenerChannel) |
![]() | DiscoveryOnly | Whether the channel is restricted to discovery operations. (Inherited from TcpListenerChannel) |
![]() | LastActiveTickCount | The tickcount in milliseconds when the channel received/sent the last message. (Inherited from TcpListenerChannel) |
![]() | Listener | The TCP channel listener. (Inherited from TcpListenerChannel) |
![]() | MaxRequestChunkCount | The maximum number of chunks per request message. (Inherited from TcpListenerChannel) |
![]() | MaxRequestMessageSize | The maximum size for a request message. (Inherited from TcpListenerChannel) |
![]() | MaxResponseChunkCount | The maximum number of chunks per response message. (Inherited from TcpListenerChannel) |
![]() | MaxResponseMessageSize | The maximum size for a response message. (Inherited from TcpListenerChannel) |
![]() | PreviousToken | Returns the current security token. (Inherited from TcpListenerChannel) |
![]() | Quotas | The resource quotas for the channel. (Inherited from TcpListenerChannel) |
![]() | ReceiveBufferSize | The size of the receive buffer. (Inherited from TcpListenerChannel) |
![]() | RenewedToken | Returns the renewed but not yet activated token. (Inherited from TcpListenerChannel) |
![]() | ReportAuditCertificateEvent | The report certificate audit event handler. (Inherited from TcpListenerChannel) |
![]() | ReportAuditCloseSecureChannelEvent | The report close secure channel audit event handler. (Inherited from TcpListenerChannel) |
![]() | ReportAuditOpenSecureChannelEvent | The report open secure channel audit event handler. (Inherited from TcpListenerChannel) |
![]() | RequestReceived | The channel request event handler. (Inherited from TcpListenerChannel) |
![]() | SecurityMode | The security mode used with the channel. (Inherited from TcpListenerChannel) |
![]() | SecurityPolicyUri | The security policy used with the channel. (Inherited from TcpListenerChannel) |
![]() | SendBufferSize | The size of the send buffer. (Inherited from TcpListenerChannel) |
![]() | ServerCertificate | The certificate for the server. (Inherited from TcpListenerChannel) |
![]() | ServerCertificateChain | The server certificate chain. (Inherited from TcpListenerChannel) |
![]() | State | The state of the channel. (Inherited from TcpListenerChannel) |
Name | Description | |
---|---|---|
![]() | Attach | Attaches the channel to an existing socket. (Inherited from Opc.Ua.Bindings.TcpListenerChannel) |
![]() | BeginReverseConnect | Begin a reverse connect. |
![]() | Dispose | Overloaded. Overridden. An overrideable version of the Dispose. |
![]() | EndReverseConnect | End the reverse connect. |
![]() | IdleCleanup | Clean up an Opening or Open channel that has been idle for too long. (Inherited from TcpListenerChannel) |
![]() | OnMessageReceived | (Inherited from TcpListenerChannel) |
![]() | OnReceiveError | (Inherited from TcpListenerChannel) |
![]() | Reconnect | Overridden. Handles a reconnect request. |
![]() | SendResponse | Sends the response for the specified request. |
![]() | SetReportCertificateAuditCallback | Sets the callback used to raise channel audit events. (Inherited from TcpListenerChannel) |
![]() | SetReportCloseSecureChannelAuditCallback | Sets the callback used to raise channel audit events. (Inherited from TcpListenerChannel) |
![]() | SetReportOpenSecureChannelAuditCallback | Sets the callback used to raise channel audit events. (Inherited from TcpListenerChannel) |
![]() | SetRequestReceivedCallback | Sets the callback used to receive notifications of new events. (Inherited from TcpListenerChannel) |
![]() | SetStateChangedCallback | Raised when the state of the channel changes. (Inherited from TcpListenerChannel) |
![]() | UpdateLastActiveTime | Update the last time that communication has occured on the channel. (Inherited from TcpListenerChannel) |
Name | Description | |
---|---|---|
![]() | ActivateToken | Activates a new token. (Inherited from Opc.Ua.Bindings.UaSCUaBinaryChannel) |
![]() | BeginWriteMessage | Overloaded. Queues a write request. (Inherited from TcpListenerChannel) |
![]() | CalculateSymmetricKeySizes | Calculates the symmetric key sizes based on the current security policy. (Inherited from TcpListenerChannel) |
![]() | ChannelClosed | Closes the channel and releases resources. Sets state to Closed and notifies monitors. (Inherited from TcpListenerChannel) |
![]() | ChannelFaulted | Closes the channel and releases resources. Sets state to Faulted. (Inherited from TcpListenerChannel) |
![]() | ChannelStateChanged | Reports that the channel state has changed (in another thread). (Inherited from TcpListenerChannel) |
![]() | CompleteReverseHello | Overridden. Called to indicate an error or success if the listener channel initiated a reverse hello connection. |
![]() | ComputeKeys | Computes the keys for a token. (Inherited from TcpListenerChannel) |
![]() | CreateNonce | Creates a new nonce. (Inherited from TcpListenerChannel) |
![]() | CreateToken | Creates a new token. (Inherited from TcpListenerChannel) |
![]() | Decrypt | Overloaded. Decrypts the buffer using asymmetric encryption. (Inherited from TcpListenerChannel) |
![]() | DiscardTokens | Discards the tokens. (Inherited from TcpListenerChannel) |
![]() | DoMessageLimitsExceeded | Overridden. Code executed when the message limits are exceeded. |
![]() | Encrypt | Overloaded. Encrypts the buffer using asymmetric encryption. (Inherited from TcpListenerChannel) |
![]() | ForceChannelFault | Overloaded. Forces the channel into a faulted state as a result of a fatal error. (Inherited from TcpListenerChannel) |
![]() | GetAsymmetricHeaderSize | Overloaded. Calculates the size of the asymmetric security header. (Inherited from TcpListenerChannel) |
![]() | GetAsymmetricSignatureSize | Calculates the size of the footer with an asymmetric signature. (Inherited from TcpListenerChannel) |
![]() | GetCipherTextBlockSize | Returns the cipher text block size for key in the specified certificate. (Inherited from TcpListenerChannel) |
![]() | GetNewSequenceNumber | Returns a new sequence number. (Inherited from TcpListenerChannel) |
![]() | GetNewTokenId | Returns a new token id. (Inherited from TcpListenerChannel) |
![]() | GetNonceLength | Returns the length of the symmetric encryption key. (Inherited from TcpListenerChannel) |
![]() | GetPlainTextBlockSize | Returns the plain text block size for key in the specified certificate. (Inherited from TcpListenerChannel) |
![]() | GetSavedChunks | Returns the chunks saved for message. (Inherited from TcpListenerChannel) |
![]() | GetSavedChunksTotalSize | Returns total length of the chunks saved for message. (Inherited from TcpListenerChannel) |
![]() | HandleIncomingMessage | Overridden. Processes an incoming message. |
![]() | HandleMessageProcessingError | Overloaded. Handles an error parsing or verifying a message. (Inherited from TcpListenerChannel) |
![]() | HandleSocketError | Handles a socket error. (Inherited from TcpListenerChannel) |
![]() | HandleWriteComplete | Called after a write operation completes. (Inherited from TcpListenerChannel) |
![]() | MessageLimitsExceeded | Checks if the message limits have been exceeded. (Inherited from TcpListenerChannel) |
![]() | NotifyMonitors | Overridden. Notify if the channel status changed. |
![]() | OnWriteComplete | Handles a write complete event. (Inherited from TcpListenerChannel) |
![]() | ReadAsymmetricMessage | Processes an OpenSecureChannel request message. (Inherited from TcpListenerChannel) |
![]() | ReadAsymmetricMessageHeader | Reads the asymmetric security header to the buffer. (Inherited from TcpListenerChannel) |
![]() | ReadSymmetricMessage | Decrypts and verifies a message chunk. (Inherited from TcpListenerChannel) |
![]() | ResetSequenceNumber | Resets the sequence number after a connect. (Inherited from TcpListenerChannel) |
![]() | ReviseSecurityMode | Checks if it is possible to revise the security mode. (Inherited from TcpListenerChannel) |
![]() | SaveIntermediateChunk | Saves an intermediate chunk for an incoming message. (Inherited from TcpListenerChannel) |
![]() | SendErrorMessage | Sends an error message over the socket. (Inherited from TcpListenerChannel) |
![]() | SendServiceFault | Overloaded. Sends a fault response secured with the symmetric keys. (Inherited from TcpListenerChannel) |
![]() | SetEndpointUrl | Sets to endpoint according to the endpoint url. (Inherited from TcpListenerChannel) |
![]() | SetRenewedToken | Sets the renewed token (Inherited from TcpListenerChannel) |
![]() | SetResponseRequired | Set the flag if a response is required for the use case of reverse connect. (Inherited from TcpListenerChannel) |
![]() | Sign | Overloaded. Adds an asymmetric signature to the end of the buffer. (Inherited from TcpListenerChannel) |
![]() | ValidateNonce | Validates the nonce. (Inherited from TcpListenerChannel) |
![]() | Verify | Overloaded. Verifies an asymmetric signature at the end of the buffer. (Inherited from TcpListenerChannel) |
![]() | VerifySequenceNumber | Checks if the sequence number is valid. (Inherited from TcpListenerChannel) |
![]() | WriteAsymmetricMessage | Overloaded. Sends a OpenSecureChannel request. (Inherited from TcpListenerChannel) |
![]() | WriteAsymmetricMessageHeader | Overloaded. Writes the asymmetric security header to the buffer. (Inherited from TcpListenerChannel) |
![]() | WriteSymmetricMessage | Secures the message using the security token. (Inherited from TcpListenerChannel) |
Name | Description | |
---|---|---|
![]() | StatusChanged | Raised when the connection status changes. |