# C1.ImportServices.ReportingService4.ReportingService2005SoapClient.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_ImportServices_ReportingService4_ReportingService2005SoapClient__ctor_" data-uid="C1.ImportServices.ReportingService4.ReportingService2005SoapClient.#ctor*">ReportingService2005SoapClient Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_ImportServices_ReportingService4_ReportingService2005SoapClient__ctor_" data-uid="C1.ImportServices.ReportingService4.ReportingService2005SoapClient.#ctor*"></a>
<h4 id="C1_ImportServices_ReportingService4_ReportingService2005SoapClient__ctor" data-uid="C1.ImportServices.ReportingService4.ReportingService2005SoapClient.#ctor">ReportingService2005SoapClient()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ReportingService2005SoapClient()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="C1_ImportServices_ReportingService4_ReportingService2005SoapClient__ctor_" data-uid="C1.ImportServices.ReportingService4.ReportingService2005SoapClient.#ctor*"></a>
<h4 id="C1_ImportServices_ReportingService4_ReportingService2005SoapClient__ctor_System_String_" data-uid="C1.ImportServices.ReportingService4.ReportingService2005SoapClient.#ctor(System.String)">ReportingService2005SoapClient(string)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ReportingService2005SoapClient(string endpointConfigurationName)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(endpointConfigurationName As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">endpointConfigurationName</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_ImportServices_ReportingService4_ReportingService2005SoapClient__ctor_" data-uid="C1.ImportServices.ReportingService4.ReportingService2005SoapClient.#ctor*"></a>
<h4 id="C1_ImportServices_ReportingService4_ReportingService2005SoapClient__ctor_System_String_System_String_" data-uid="C1.ImportServices.ReportingService4.ReportingService2005SoapClient.#ctor(System.String,System.String)">ReportingService2005SoapClient(string, string)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ReportingService2005SoapClient(string endpointConfigurationName, string remoteAddress)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(endpointConfigurationName As String, remoteAddress As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">endpointConfigurationName</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">remoteAddress</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_ImportServices_ReportingService4_ReportingService2005SoapClient__ctor_" data-uid="C1.ImportServices.ReportingService4.ReportingService2005SoapClient.#ctor*"></a>
<h4 id="C1_ImportServices_ReportingService4_ReportingService2005SoapClient__ctor_System_String_System_ServiceModel_EndpointAddress_" data-uid="C1.ImportServices.ReportingService4.ReportingService2005SoapClient.#ctor(System.String,System.ServiceModel.EndpointAddress)">ReportingService2005SoapClient(string, EndpointAddress)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ReportingService2005SoapClient(string endpointConfigurationName, EndpointAddress remoteAddress)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(endpointConfigurationName As String, remoteAddress As EndpointAddress)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">endpointConfigurationName</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">EndpointAddress</span></td>
      <td><span class="parametername">remoteAddress</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_ImportServices_ReportingService4_ReportingService2005SoapClient__ctor_" data-uid="C1.ImportServices.ReportingService4.ReportingService2005SoapClient.#ctor*"></a>
<h4 id="C1_ImportServices_ReportingService4_ReportingService2005SoapClient__ctor_System_ServiceModel_Channels_Binding_System_ServiceModel_EndpointAddress_" data-uid="C1.ImportServices.ReportingService4.ReportingService2005SoapClient.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)">ReportingService2005SoapClient(Binding, EndpointAddress)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ReportingService2005SoapClient(Binding binding, EndpointAddress remoteAddress)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(binding As Binding, remoteAddress As EndpointAddress)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Binding</span></td>
      <td><span class="parametername">binding</span></td>
      <td></td>
    </tr>
    <tr>
      <td><span class="xref">EndpointAddress</span></td>
      <td><span class="parametername">remoteAddress</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
