[]
This class exposes specific properties to set up a connection for the C1DataConnector ServiceNow provider.
public sealed class C1ServiceNowConnectionStringBuilder : C1OAuthConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1ServiceNowConnectionStringBuilder() | The default constructor of C1ServiceNowConnectionStringBuilder |
| Name | Description |
|---|---|
| AuthenticationType | The type of authorization the request will utilize. |
| this[string] | Gets or sets the value associated with the specified key. |
| Url | The base URL of ServiceNow server. |
| Name | Description |
|---|---|
| Equals(object) | Method that check if two instance C1ServiceNowConnectionStringBuilder can be considered equals considering pooling and caching connection purposes. |
| GetHashCode() | Retrieve the mapped hash code of this C1ServiceNowConnectionStringBuilder. |