| Name | Description | |
|---|---|---|
|  | UAClientSessionParameters Constructor | Overloaded. Initializes a new instance of the class. | 
 
            The following tables list the members exposed by UAClientSessionParameters.
| Name | Description | |
|---|---|---|
|  | UAClientSessionParameters Constructor | Overloaded. Initializes a new instance of the class. | 
| Name | Description | |
|---|---|---|
|  | DefaultAcknowledgedMessagesLimit | Default value of the AcknowledgedMessagesLimit property. The value of this constant is 100. | 
|  | DefaultAllowEndpointDomainPrompt | Default value of the AllowEndpointDomainPrompt property. The value of this constant is True. | 
|  | DefaultAlwaysPreselectEndpoint | Default value of the AlwaysPreselectEndpoint property. The value of this constant is False. | 
|  | DefaultCheckAvailableSequenceNumbers | Default value of the CheckAvailableSequenceNumbers property. The value of this constant is False. | 
|  | DefaultCheckBrowseResults | Default value of the CheckBrowseResults property. The value of this constant is False. | 
|  | DefaultCheckEndpointDomain | Default value of the CheckEndpointDomain property. The value of this constant is False. | 
|  | DefaultCheckNotificationMessage | Default value of the CheckNotificationMessage property. The value of this constant is False. | 
|  | DefaultCheckSessionId | Default value of the CheckSessionId property. The value of this constant is False. | 
|  | DefaultCloseTimeout | Default value of the CloseTimeout property. The value of this constant is 10000. | 
|  | DefaultDiagnosticsMasks | Default value of the DiagnosticsMasks property. The value of this constant is UADiagnosticsMasks.None. | 
|  | DefaultEndpointSelectionTimeout | Default value of the EndpointSelectionTimeout property. The value of this constant is 30000. | 
|  | DefaultKeepAliveInterval | Default value of the KeepAliveInterval property. The value of this constant is 5000. | 
|  | DefaultKeepAliveIntervalDebug | Default value of the KeepAliveIntervalDebug property. The value of this constant is 86400000. | 
|  | DefaultLocaleId | Default value of the LocaleId property. The value of this constant is "" (String.Empty). | 
|  | DefaultMaximumReferencesPerBrowseNode | Default value of the MaximumReferencesPerBrowseNode property. The value of this constant is 0. | 
|  | DefaultOperationTimeout | Default value of the OperationTimeout property. The value of this constant is 120000. | 
|  | DefaultPendingMessagesLimit | Default value of the PendingMessagesLimit property. The value of this constant is 100. | 
|  | DefaultPreselectedEndpointValidityPeriod | Default value of the PreselectedEndpointValidityPeriod property. The value of this constant is 60000. | 
|  | DefaultRequireMatchingServerSoftwareCertificates | Default value of the RequireMatchingServerSoftwareCertificates property. The value of this constant is False. | 
|  | DefaultRequireNonEmptyServerSignature | Default value of the RequireNonEmptyServerSignature property. The value of this constant is False. | 
|  | DefaultRequireServerEndpointsMatchDiscovery | Default value of the RequireServerEndpointsMatchDiscovery property. The value of this constant is False. | 
|  | DefaultRequireTimestampsAsRequested | Default value of the RequireTimestampsAsRequested property. The value of this constant is False. | 
|  | DefaultRequireUniqueAuthenticationToken | Default value of the RequireUniqueAuthenticationToken property. The value of this constant is False. | 
|  | DefaultRequireUniqueServerNonce | Default value of the RequireUniqueServerNonce property. The value of this constant is False. | 
|  | DefaultRequireValidAuthenticationToken | Default value of the RequireValidAuthenticationToken property. The value of this constant is False. | 
|  | DefaultRequireValidServerNonce | Default value of the RequireValidServerNonce property. The value of this constant is False. | 
|  | DefaultRetrialDelay | Default value of the RetrialDelay property. The value of this constant is 10000. | 
|  | DefaultSanitizeReferenceDescriptions | Default value of the SanitizeReferenceDescriptions property. The value of this constant is False. | 
|  | DefaultSessionConnectTimeout | Default value of the SessionConnectTimeout property. The value of this constant is 60000. | 
|  | DefaultSessionTimeout | Default value of the SessionTimeout property. The value of this constant is 60000. | 
|  | DefaultSessionTimeoutDebug | Default value of the SessionTimeoutDebug property. The value of this constant is 600000. | 
|  | DefaultShortestAllowedRevisedSessionTimeout | Default value of the ShortestAllowedRevisedSessionTimeout property. The value of this constant is 0. | 
|  | DefaultUpdateEndpointBeforeConnect | Default value of the UpdateEndpointBeforeConnect property. The value of this constant is False. | 
|  | DefaultWriteNarrowestIntegerType | Default value of the WriteNarrowestIntegerType property. The value of this constant is True. | 
|  | DefaultWriteNarrowestRealType | Default value of the WriteNarrowestRealType property. The value of this constant is False. | 
| 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, username, 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. | 
| Name | Description | |
|---|---|---|
|  | Clone | Overridden. | 
|  | Equals | Overloaded. Overridden. Infrastructure. | 
|  | GetHashCode | Overridden. | 
|  | GetObjectData | Overridden. | 
|  | GetSchema | (Inherited from OpcLabs.BaseLib.Info) | 
|  | GetType | Gets the System.Type of the current instance. (Inherited from object) | 
|  | ReadXml | (Inherited from OpcLabs.BaseLib.Info) | 
|  | Reset | Sets the object properties back to their defaults. | 
|  | ToString | Overridden. | 
|  | WriteXml | (Inherited from OpcLabs.BaseLib.Info) | 
| Name | Description | |
|---|---|---|
|  | CopyFrom | Infrastructure. Copies data from the specified parameter object into the current parameter object. (Inherited from OpcLabs.BaseLib.Parameters) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | 
|  | GetDefaultStandardName | Indicates the standard name for the default combination of parameters. (Inherited from OpcLabs.BaseLib.Parameters) | 
|  | GetStandardNameValues | Returns a collection of standard values for the OpcLabs.BaseLib.Parameters.StandardName property. (Inherited from OpcLabs.BaseLib.Parameters) | 
|  | MakeString | Infrastructure. (Inherited from OpcLabs.BaseLib.Parameters) | 
|  | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | 
|  | ReadXmlElement | Overridden. Infrastructure. | 
|  | WriteXmlElement | Overridden. Infrastructure. | 
| Name | Description | |
|---|---|---|
|  | SetState<TNode> | Sets the arbitrary object associated with the node. | 
|  Equality | Determines whether the two objects are equal. | 
|  Inequality | Determines whether the two objects are not equal. |