# C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder" class="text-break">C1ServiceNowConnectionStringBuilder Class
</h1>
  <div class="markdown level0 summary"><p>This class exposes specific properties to set up a connection for the C1DataConnector ServiceNow provider.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbconnectionstringbuilder">DbConnectionStringBuilder</a></div>
    <div class="level2"><a class="xref" href="../C1.DataConnector/C1.DataConnector.C1ConnectionStringBuilder.html">C1ConnectionStringBuilder</a></div>
    <div class="level3"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder.html">C1OAuthConnectionStringBuilder</a></div>
    <div class="level4"><span class="xref">C1ServiceNowConnectionStringBuilder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.idictionary">IDictionary</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.AdoNet.ServiceNow.html">C1.AdoNet.ServiceNow</a></h6>
  <h6><strong>Assembly</strong>: C1.AdoNet.ServiceNow.dll</h6>
  <h5 id="C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class C1ServiceNowConnectionStringBuilder : C1OAuthConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class C1ServiceNowConnectionStringBuilder
    Inherits C1OAuthConnectionStringBuilder
    Implements IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder__ctor" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.#ctor">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.-ctor.html#C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder__ctor">C1ServiceNowConnectionStringBuilder()</a>
        </td>
        <td class="markdown level1 summary"><p>The default constructor of <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.html">C1ServiceNowConnectionStringBuilder</a></p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder_AuthenticationType" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.AuthenticationType">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.AuthenticationType.html#C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder_AuthenticationType">AuthenticationType</a>
        </td>
        <td class="markdown level1 summary"><p>The type of authorization the request will utilize.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder_Item_System_String_" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.Item(System.String)">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.Item.html#C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value associated with the specified key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder_Url" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.Url">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.Url.html#C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder_Url">Url</a>
        </td>
        <td class="markdown level1 summary"><p>The base URL of ServiceNow server.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder_Equals_System_Object_" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.Equals(System.Object)">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.Equals.html#C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Method that check if two instance <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.html">C1ServiceNowConnectionStringBuilder</a> can be considered equals
considering pooling and caching connection purposes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder_GetHashCode" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.GetHashCode">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.GetHashCode.html#C1_AdoNet_ServiceNow_C1ServiceNowConnectionStringBuilder_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieve the mapped hash code of this <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowConnectionStringBuilder.html">C1ServiceNowConnectionStringBuilder</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
