Name | Description | |
---|---|---|
ConnectionProperties Constructor | Constructor. |
The following tables list the members exposed by ConnectionProperties.
Name | Description | |
---|---|---|
ConnectionProperties Constructor | Constructor. |
Name | Description | |
---|---|---|
CloseTimeout | Maximum amount of time to close a connection before timing out. Default value is 1 minute. | |
InactivityTimeout | Maximum amount of time before an inactive connection will time out. Default value is 10 minutes. | |
MaxItemsInObjectGraph | The maximum number of objects (including array elements) to serialize or deserialize. Default value is 1M. | |
MaxReceivedMessageSize | Maximum size for a received message in bytes. Default is 1M. | |
OpenTimeout | Maximum amount of time to attempt to open a connection before timing out. Default value is 1 minute. | |
Password | A matching user password. | |
ReceiveTimeout | Maximum amount of time to receive before timing out. Default value is 1 minute. | |
ReliableSessionEnabled | Whether to enable reliable sessions. Default value is false. | |
SendTimeout | Maximum amount of time to send a request before timing out. Default value is 1 minute. | |
ServerCertificateValidationMode | A method of validating a security certificate on a Historian server.
Default is CertificateValidationMode.ChainTrust, a certificate is considered valid if the chain builds to certification authority in the trusted root store. Use CertificateValidationMode.None, to connect to a Historian server secured by a self-signed certificate (out-of-the-box configuration). | |
ServerHostName | A fully qualified host name of a Historian server. Due to security identity checks, it is not possible to connect simply via server IP address.
Default is local server if unspecified. | |
Username | A name of a user account with access to the server. If unset the current Windows user is used for authentication. | |
XmlReaderQuotaMaxArrayLength | Maximum array length returned by the reader. Default value is 1M. | |
XmlReaderQuotaMaxBytesPerRead | Maximum bytes consumed by the reader at one time. Default values is 4K. | |
XmlReaderQuotaMaxDepth | Maximum nested XML node depth. Limits the XML nested node depth. Default value is 32. | |
XmlReaderQuotaMaxNameTableCharCount | Maximum size of character data in a reader's NameTable. Default value is 16K. | |
XmlReaderQuotaMaxStringContentLength | Maximum length of a string returned by the reader. Default values is 8K. |