The following tables list the members exposed by ServerConfiguration.
Name | Description | |
---|---|---|
![]() | ServerConfiguration Constructor | The default constructor. |
Name | Description | |
---|---|---|
![]() | AlternateBaseAddresses | Gets or sets the alternate base addresses. (Inherited from Opc.Ua.ServerBaseConfiguration) |
![]() | AvailableSamplingRates | The available sampling rates. |
![]() | BaseAddresses | The base addresses for the server. (Inherited from Opc.Ua.ServerBaseConfiguration) |
![]() | DiagnosticsEnabled | Whether diagnostics are enabled. |
![]() | MaxBrowseContinuationPoints | The maximum number of continuation points used for Browse/BrowseNext operations. |
![]() | MaxEventQueueSize | Gets or sets the max size of the event queue. |
![]() | MaxHistoryContinuationPoints | The maximum number of continuation points used for HistoryRead operations. |
![]() | MaxMessageQueueSize | The maximum number of messages saved in the queue for each subscription. |
![]() | MaxNotificationQueueSize | The maximum number of notificates saved in the queue for each monitored item. |
![]() | MaxNotificationsPerPublish | The maximum number of notifications per publish. |
![]() | MaxPublishingInterval | The maximum publishing interval supported by the server (in milliseconds). |
![]() | MaxPublishRequestCount | Gets or sets the max publish request count. |
![]() | MaxQueryContinuationPoints | The maximum number of continuation points used for Query/QueryNext operations. |
![]() | MaxQueuedRequestCount | Gets or sets the maximum number of requests that will be queued waiting for a thread. (Inherited from Opc.Ua.ServerBaseConfiguration) |
![]() | MaxRegistrationInterval | The maximum time between registration attempts (in milliseconds). |
![]() | MaxRequestAge | The maximum age of an incoming request (old requests are rejected). |
![]() | MaxRequestThreadCount | Gets or sets the maximum number of threads assigned to processing requests. (Inherited from Opc.Ua.ServerBaseConfiguration) |
![]() | MaxSessionCount | The maximum number of open sessions. |
![]() | MaxSessionTimeout | That maximum period of that a session is allowed to remain open without communication from the client (in milliseconds). |
![]() | MaxSubscriptionCount | Gets or sets the max subscription count. |
![]() | MaxSubscriptionLifetime | How long the subscriptions will remain open without a publish from the client. |
![]() | MinMetadataSamplingInterval | The minimum sampling interval for metadata. |
![]() | MinPublishingInterval | The minimum publishing interval supported by the server (in milliseconds). |
![]() | MinRequestThreadCount | Gets or sets the minimum number of threads assigned to processing requests. (Inherited from Opc.Ua.ServerBaseConfiguration) |
![]() | MinSessionTimeout | That minimum period of that a session is allowed to remain open without communication from the client (in milliseconds). |
![]() | MinSubscriptionLifetime | The minimum lifetime for a subscription. |
![]() | NodeManagerSaveFile | The path to the file containing nodes persisted by the core node manager. |
![]() | PublishingResolution | The minimum difference between supported publishing interval (in milliseconds). |
![]() | RegistrationEndpoint | The endpoint description for the registration endpoint. |
![]() | SecurityPolicies | The security policies supported by the server. (Inherited from Opc.Ua.ServerBaseConfiguration) |
![]() | UserTokenPolicies | The user tokens accepted by the server. |
Name | Description | |
---|---|---|
![]() | Initialize | Initializes the object during deserialization. |
![]() | Validate | Overridden. Validates the configuration. |