QuickOPC User's Guide and Reference
UAClientSessionParameters Class Properties


OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace : UAClientSessionParameters Class

For a list of all members of this type, see UAClientSessionParameters members.

Public Properties
 NameDescription
Public PropertyMaximum number of acknowledged sequence numbers kept on the client.  
Public PropertyDetermines whether the component can interact with the user when checking the host name in the endpoint URL with the domain names in the server certificate.  
Public PropertyDetermines whether the component will always attempt to select the best endpoint before creating the session.  
Public PropertyCheck the available sequence numbers in the Publish or Republish response.  
Public PropertyCheck that browse results have a good status.  
Public PropertyCheck that the host name in the endpoint URL matches with the domain names in the server certificate.  
Public PropertyCheck the notification message in Publish or Republish responses.  
Public PropertyCheck the session ID.  
Public PropertyA timeout for closing the session (in milliseconds).  
Public Propertystatic (Shared in Visual Basic)Default client session parameters.  
Public PropertyThe types of vendor-specific diagnostics to be returned by the server in the responses.  
Public PropertyConfigures checks on an endpoint description.  
Public PropertyDetermines how the UA client chooses the endpoint from the endpoints provided by the UA server.  
Public PropertyA timeout for endpoint selection (in milliseconds).  
Public PropertyHow frequently the server is pinged to see if communication is still working (in milliseconds).  
Public PropertyKeep alive interval used when a debugger is attached (in milliseconds).  
Public PropertyLocale id to be used by the server for localized strings.  
Public PropertyMaximum of references the server has to return per browse node, or zero for no limitation.  
Public PropertyTimeout used when sending requests (in milliseconds).  
Public PropertyMaximum number of messages kept that are not OK to receive again.  
Public PropertyDetermines for how long it is possible to reuse a previously preselected endpoint.  
Public PropertyEnforces that the server must provide software certificates matching the product URIs.  
Public PropertyEnforce that the server returns a non-empty signature.  
Public PropertyEnforce that the endpoints returned by the server when creating a session match those returned from the discovery endpoint.  
Public PropertyEnforce that the server provides the source and/or server timestamps as requested.  
Public PropertyEnforce that the server provides a unique authentication token.  
Public PropertyEnforce that the server provides a unique server nonce.  
Public PropertyEnforce that the server provides a valid authentication token.  
Public PropertyEnforce that the server provides a valid server nonce.  
Public PropertyA delay before the component will try to reconnect the session, if it failed to connect it previously, or a serious failure occurred related to the session (in milliseconds).  
Public PropertySanitize the reference descriptions (from browsing).  
Public PropertyA session connect timeout (in milliseconds).  
Public PropertyA session timeout (in milliseconds).  
Public PropertyA session timeout used when a debugger is attached (in milliseconds).  
Public PropertyShortest allowed revised session timeout (in milliseconds).  
Public PropertyA symbolic name of the current parameter combination if it has a standard name. Empty otherwise. (Inherited from OpcLabs.BaseLib.Parameters)
Public PropertyDetermines whether to update the endpoint description with information from the server's discovery endpoint before the session is connected.  
Public PropertySpecifies user's identity, using one or more user token infos, such as anonymous, user name, Kerberos, or X.509 certificate tokens.  
Public PropertyWhen writing to nodes of OPC UA data type Integer or UInteger and the type is not given explicitly, use the narrowest type available.  
Public PropertyWhen writing to nodes of OPC UA data type Number and the type is not given explicitly, use the narrowest type available.  
Top
See Also

Reference

UAClientSessionParameters Class
OpcLabs.EasyOpc.UA.Engine Namespace