| Name | Description |
 | AsAlarmsAndConditionsClient | Derives an OPC UA global discovery client object from the current client object. |
 | AsCertificateManagementClient | Derives an OPC UA certificate management client object from the current client object. |
 | AsGlobalDiscoveryClient | Derives an OPC UA global discovery client object from the current client object. |
 | AsPublishSubscribeClient | Derives an OPC UA publish-subscribe client object from the current client object. |
 | Browse | Browses the nodes in server's address space, given an endpoint descriptor, node descriptor, and browse parameters. |
 | BrowseDataNodes | Browses the data nodes, specifying an endpoint descriptor, and a starting Node Id. |
 | BrowseDataVariables | Browses the Data Variables, specifying an endpoint descriptor, and a starting Node Id. |
 | BrowseEventSources | Browses the EventSources, specifying an endpoint descriptor, and a starting Node Id. |
 | BrowseList | Browses the nodes in server's address space, given an endpoint descriptor, node descriptor, and browse parameters. |
 | BrowseMethods | Browses the Methods, specifying an endpoint descriptor, and a starting Node Id. |
 | BrowseMultiple | Browses multiples nodes in server's address space. Starts from the specified nodes, and returns information about child nodes found. |
 | BrowseNotifiers | Browses the Notifiers, specifying an endpoint descriptor, and a starting Node Id. |
 | BrowseObjects | Browses the Objects, specifying an endpoint descriptor, and a starting Node Id. |
 | BrowseProperties | Browses the Properties, specifying an endpoint descriptor, and a starting Node Id. |
 | BrowseVariables | Browses the Variables, specifying an endpoint descriptor, and a starting Node Id. |
 | CallMethod | Calls a method with specified input arguments, using an endpoint descriptor and an object node Id. |
 | CallMethodList | Calls multiple methods, using array of argument objects as an input. |
 | CallMultipleMethods | Calls multiple methods, using array of argument objects as an input. |
 | ChangeMonitoredItemSubscription | Changes parameters of a subscription. Specify the handle, and a new sampling interval. |
 | ChangeMonitoredItemSubscriptionList | Changes parameters of multiple subscriptions, specifying objects containing all necessary arguments. |
 | ChangeMultipleMonitoredItemSubscriptions | Changes parameters of multiple subscriptions, specifying objects containing all necessary arguments. |
 | Clone | |
 | Discover | Discovers available OPC-UA applications or endpoints and returns information about them, using the specified discovery query. |
 | DiscoverGlobalApplications | Globally discovers OPC-UA applications, specifying the GDS endpoint, and query applications filter. |
 | DiscoverGlobalServers | Globally discovers OPC-UA servers, specifying the GDS endpoint. |
 | DiscoverLocalServers | Discovers OPC-UA servers available on the discovery host. |
 | DiscoverNetworkServers | Discovers available OPC-UA servers on the network and returns information about them, using the specified discovery host, and specifying the capabilities that the servers must have. |
 | Equals | |
 | FindLocalApplications | Discovers available OPC-UA applications, specifying the discovery URI strings, and application types. |
 | GetHashCode | |
 | GetMonitoredItemArguments | Obtains parameters of certain monitored item subscription. |
 | GetMonitoredItemArgumentsDictionary | Obtains parameters of certain monitored item subscription. |
 | GetService | |
 | GetServiceByName | Gets the service object of the specified type, given by type name. |
 | GetType | |
 | IsKnownMonitoredItemSubscriptionHandle | Determines whether the given monitored item subscription handle is known to this client. |
 | PullDataChangeNotification | Attempts to pull an OPC data change notification subscribed to by the OpcLabs.EasyOpc.UA.IEasyUAClient.SubscribeMultipleMonitoredItems or SubscribeDataChange method. |
 | PullDataChangeNotificationList | Attempts to pull multiple OPC data change notifications subscribed to by the OpcLabs.EasyOpc.UA.IEasyUAClient.SubscribeMultipleMonitoredItems or SubscribeDataChange method. |
 | PullEventNotification | Attempts to pull an OPC event notification subscribed to by the OpcLabs.EasyOpc.UA.IEasyUAClient.SubscribeMultipleMonitoredItems or SubscribeEvent method. |
 | PullEventNotificationList | Attempts to pull multiple OPC event notifications subscribed to by the OpcLabs.EasyOpc.UA.IEasyUAClient.SubscribeMultipleMonitoredItems or SubscribeEvent method. |
 | PullMultipleDataChangeNotifications | Attempts to pull multiple OPC data change notifications subscribed to by the OpcLabs.EasyOpc.UA.IEasyUAClient.SubscribeMultipleMonitoredItems or SubscribeDataChange method. |
 | PullMultipleEventNotifications | Attempts to pull multiple OPC event notifications subscribed to by the OpcLabs.EasyOpc.UA.IEasyUAClient.SubscribeMultipleMonitoredItems or SubscribeEvent method. |
 | Read | Reads data of a node's Value attribute, using an endpoint descriptor and a node Id. |
 | ReadList | Reads multiple attributes, using array of argument objects as an input. |
 | ReadMultiple | Reads multiple attributes, using array of argument objects as an input. |
 | ReadMultipleValues | Reads values of multiple attributes, using array of argument objects as an input. |
 | ReadValue | Reads an attribute's value using an endpoint descriptor and a node Id. |
 | ReadValueList | Reads values of multiple attributes, using array of argument objects as an input. |
 | Reset | Sets the object properties back to their defaults. |
 | SubscribeDataChange | Subscribe to a monitored item. Specify an endpoint descriptor, node id, and sampling interval. |
 | SubscribeEvent | Subscribe to an event. Specify an endpoint descriptor, node id, and sampling interval. |
 | SubscribeMonitoredItemList | Subscribe to changes of multiple monitored items. The OpcLabs.EasyOpc.UA.EasyUAClientCore.DataChangeNotification or OpcLabs.EasyOpc.UA.EasyUAClientCore.EventNotification event is generated for each significant monitored item change. |
 | SubscribeMultipleMonitoredItems | Subscribe to changes of multiple monitored items. The OpcLabs.EasyOpc.UA.EasyUAClientCore.DataChangeNotification or OpcLabs.EasyOpc.UA.EasyUAClientCore.EventNotification event is generated for each significant monitored item change. |
 | ToString | |
 | UnsubscribeAllMonitoredItems | Unsubscribe from changes of all monitored items. |
 | UnsubscribeMonitoredItem | Unsubscribe from changes of a particular monitored item.
Unsubscribe from monitored item, specifying its handle. |
 | UnsubscribeMonitoredItemList | Unsubscribe from changes of multiple monitored items, specifying an "enumerable" of integer handles. |
 | UnsubscribeMultipleMonitoredItems | Unsubscribe from changes of multiple monitored items, specifying an "enumerable" of integer handles. |
 | ValueEquals | Defines a generalized method that classes must implement to create type-specific method for determining value equality of instances. Determines whether this instance has the same value as a given other instance. |
 | Write | Writes data into a Value attribute of a node, using an endpoint descriptor and a node Id. |
 | WriteList | Writes data into multiple attributes, using array of argument objects as an input. |
 | WriteMultiple | Writes data into multiple attributes, using array of argument objects as an input. |
 | WriteMultipleValues | Writes values into multiple attributes, using array of argument objects as an input (status codes and timestamps are not written). |
 | WriteValue | Writes value into a Value attribute of a node, using an endpoint descriptor and a node Id. |
 | WriteValueList | Writes values into multiple attributes, using array of argument objects as an input (status codes and timestamps are not written). |