﻿<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
  <!--<defaultProxy>
    <proxy proxyaddress="http://ssl.equitec.in/Albastaki/" bypassonlocal="True" />
  </defaultProxy>-->
  <system.net>
    <connectionManagement>
      <add address="*" maxconnection="2147483647"/>
    </connectionManagement> 
  </system.net>
  <system.serviceModel>
    <bindings>
      <customBinding>
        <binding name="WSHttpBinding_IPCFS_Custom">
          <textMessageEncoding messageVersion="Default" />
          <httpTransport maxReceivedMessageSize="2147483647" transferMode="Streamed" />
        </binding>
      </customBinding>
      <wsHttpBinding>
        <binding name="WSHttpBinding_IPCFS" closeTimeout="00:10:00" openTimeout="00:10:00"
          receiveTimeout="00:10:00" sendTimeout="00:10:00" bypassProxyOnLocal="false"
          maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647"
          useDefaultWebProxy="true" allowCookies="false">
          <security mode="None" />
        </binding>
      </wsHttpBinding>
    </bindings>

    <behaviors>
      <endpointBehaviors>
        <behavior>
          <dataContractSerializer maxItemsInObjectGraph="2147483647"/>
        </behavior>
      </endpointBehaviors>
    </behaviors>

    <!-- Developer PC -->
     <!--UAT LINK-->
    <!--http://ssl.equitec.in/albastaki/-->
    
    <!--LIVE LINK-->
    <!--https://albastaki.equitec.in/Application/-->

    <!-- Local-Server -->
    <!--<client>
      <endpoint address="http://localhost:1179/PCFS_Service.svc" binding="wsHttpBinding"
        bindingConfiguration="WSHttpBinding_IPCFS" contract="PCFS_Service.IPCFS"
        name="WSHttpBinding_IPCFS" />
    </client>-->
	  
    <!-- Equitec-UAT Server -->
    <!--<client>
      <endpoint address="http://pcfs.equitec.in/Service/PCFS_Service.svc"
        binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IPCFS"
        contract="PCFS_Service.IPCFS" name="WSHttpBinding_IPCFS" />
    </client>-->

    <!-- Client-Live Server -->
    <client>
      <endpoint address="http://albastaki.equitec.in/Service/PCFS_Service.svc"
        binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IPCFS"
        contract="PCFS_Service.IPCFS" name="WSHttpBinding_IPCFS" />
    </client>
    
  </system.serviceModel>
</configuration>