# C1.DataConnector.ProxySettings

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_ProxySettings" data-uid="C1.DataConnector.ProxySettings" class="text-break">ProxySettings Class
</h1>
  <div class="markdown level0 summary"><p>The base class for Proxy Settings containing the common information for all providers to set up a proxy server.</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"><span class="xref">ProxySettings</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataConnector.html">C1.DataConnector</a></h6>
  <h6><strong>Assembly</strong>: C1.DataConnector.dll</h6>
  <h5 id="C1_DataConnector_ProxySettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ProxySettings</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ProxySettings</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_DataConnector_ProxySettings__ctor" data-uid="C1.DataConnector.ProxySettings.#ctor">
          <a class="xref" href="C1.DataConnector.ProxySettings.-ctor.html#C1_DataConnector_ProxySettings__ctor">ProxySettings()</a>
        </td>
        <td class="markdown level1 summary"></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_DataConnector_ProxySettings_ProxyAuthScheme" data-uid="C1.DataConnector.ProxySettings.ProxyAuthScheme">
          <a class="xref" href="C1.DataConnector.ProxySettings.ProxyAuthScheme.html#C1_DataConnector_ProxySettings_ProxyAuthScheme">ProxyAuthScheme</a>
        </td>
        <td class="markdown level1 summary"><p>The authentication type to use to authenticate to the ProxyServer proxy.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_ProxySettings_ProxyPassword" data-uid="C1.DataConnector.ProxySettings.ProxyPassword">
          <a class="xref" href="C1.DataConnector.ProxySettings.ProxyPassword.html#C1_DataConnector_ProxySettings_ProxyPassword">ProxyPassword</a>
        </td>
        <td class="markdown level1 summary"><p>A password to be used to authenticate to the ProxyServer proxy.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_ProxySettings_ProxyPort" data-uid="C1.DataConnector.ProxySettings.ProxyPort">
          <a class="xref" href="C1.DataConnector.ProxySettings.ProxyPort.html#C1_DataConnector_ProxySettings_ProxyPort">ProxyPort</a>
        </td>
        <td class="markdown level1 summary"><p>The TCP port the ProxyServer proxy is running on.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_ProxySettings_ProxyServer" data-uid="C1.DataConnector.ProxySettings.ProxyServer">
          <a class="xref" href="C1.DataConnector.ProxySettings.ProxyServer.html#C1_DataConnector_ProxySettings_ProxyServer">ProxyServer</a>
        </td>
        <td class="markdown level1 summary"><p>The hostname or IP address of a proxy to route HTTP traffic through.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_ProxySettings_ProxyUsername" data-uid="C1.DataConnector.ProxySettings.ProxyUsername">
          <a class="xref" href="C1.DataConnector.ProxySettings.ProxyUsername.html#C1_DataConnector_ProxySettings_ProxyUsername">ProxyUsername</a>
        </td>
        <td class="markdown level1 summary"><p>A user name to be used to authenticate to the ProxyServer proxy.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
