EasyUA Reference
ClientBase Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : ClientBase Class

Glossary Item Box

The following tables list the members exposed by ClientBase.

Public Constructors

 NameDescription
Public ConstructorClientBase Constructor Intializes the object with a channel and a message context.  
Top

Public Properties

 NameDescription
Public PropertyDisposed Whether the object has been disposed.  
Public PropertyEndpoint The description of the endpoint.  
Public PropertyEndpointConfiguration The configuration for the endpoint.  
Public PropertyMessageContext The message context used when serializing messages.  
Public PropertyOperationTimeout Sets the timeout for an operation.  
Public PropertyReturnDiagnostics What diagnostics the server should return in the response.  
Public PropertyTransportChannel Gets or set the channel being wrapped by the client object.  
Top

Public Methods

 NameDescription
Public MethodClose Closes the channel.  
Public MethodDispose Frees any unmanaged resources.  
Public Methodstatic (Shared in Visual Basic)GetResult Converts a service response to a ServiceResult object.  
Public MethodNewRequestHandle Generates a unique request handle.  
Public Methodstatic (Shared in Visual Basic)ValidateDataValue Validates a DataValue returned from the server.  
Public Methodstatic (Shared in Visual Basic)ValidateDiagnosticInfos Validates a response returned by the server.  
Public Methodstatic (Shared in Visual Basic)ValidateResponse Validates a response returned by the server.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.