| Name | Description |
 | AcknowledgedMessagesLimit | Maximum number of acknowledged sequence numbers kept on the client. |
 | AllowEndpointDomainPrompt | Determines 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. |
 | AlwaysPreselectEndpoint | Determines whether the component will always attempt to select the best endpoint before creating the session. |
 | CheckAvailableSequenceNumbers | Check the available sequence numbers in the Publish or Republish response. |
 | CheckBrowseResults | Check that browse results have a good status. |
 | CheckEndpointDomain | Check that the host name in the endpoint URL matches with the domain names in the server certificate. |
 | CheckNotificationMessage | Check the notification message in Publish or Republish responses. |
 | CheckSessionId | Check the session ID. |
 | CloseTimeout | A timeout for closing the session (in milliseconds). |
  | Default | Default client session parameters. |
 | DiagnosticsMasks | The types of vendor-specific diagnostics to be returned by the server in the responses. |
 | EndpointDescriptionChecks | Configures checks on an endpoint description. |
 | EndpointSelectionPolicy | Determines how the UA client chooses the endpoint from the endpoints provided by the UA server. |
 | EndpointSelectionTimeout | A timeout for endpoint selection (in milliseconds). |
 | KeepAliveInterval | How frequently the server is pinged to see if communication is still working (in milliseconds). |
 | KeepAliveIntervalDebug | Keep alive interval used when a debugger is attached (in milliseconds). |
 | LocaleId | Locale id to be used by the server for localized strings. |
 | MaximumReferencesPerBrowseNode | Maximum of references the server has to return per browse node, or zero for no limitation. |
 | OperationTimeout | Timeout used when sending requests (in milliseconds). |
 | PendingMessagesLimit | Maximum number of messages kept that are not OK to receive again. |
 | PreselectedEndpointValidityPeriod | Determines for how long it is possible to reuse a previously preselected endpoint. |
 | RequireMatchingServerSoftwareCertificates | Enforces that the server must provide software certificates matching the product URIs. |
 | RequireNonEmptyServerSignature | Enforce that the server returns a non-empty signature. |
 | RequireServerEndpointsMatchDiscovery | Enforce that the endpoints returned by the server when creating a session match those returned from the discovery endpoint. |
 | RequireTimestampsAsRequested | Enforce that the server provides the source and/or server timestamps as requested. |
 | RequireUniqueAuthenticationToken | Enforce that the server provides a unique authentication token. |
 | RequireUniqueServerNonce | Enforce that the server provides a unique server nonce. |
 | RequireValidAuthenticationToken | Enforce that the server provides a valid authentication token. |
 | RequireValidServerNonce | Enforce that the server provides a valid server nonce. |
 | RetrialDelay | A 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). |
 | SanitizeReferenceDescriptions | Sanitize the reference descriptions (from browsing). |
 | SessionConnectTimeout | A session connect timeout (in milliseconds). |
 | SessionTimeout | A session timeout (in milliseconds). |
 | SessionTimeoutDebug | A session timeout used when a debugger is attached (in milliseconds). |
 | ShortestAllowedRevisedSessionTimeout | Shortest allowed revised session timeout (in milliseconds). |
 | StandardName | A symbolic name of the current parameter combination if it has a standard name. Empty otherwise. (Inherited from OpcLabs.BaseLib.Parameters) |
 | UpdateEndpointBeforeConnect | Determines whether to update the endpoint description with information from the server's discovery endpoint before the session is connected. |
 | UserIdentity | Specifies user's identity, using one or more user token infos, such as anonymous, user name, Kerberos, or X.509 certificate tokens. |
 | WriteNarrowestIntegerType | When writing to nodes of OPC UA data type Integer or UInteger and the type is not given explicitly, use the narrowest type available. |
 | WriteNarrowestRealType | When writing to nodes of OPC UA data type Number and the type is not given explicitly, use the narrowest type available. |