EbubekirBastama.IBBWebServis 1.0.0.3

dotnet add package EbubekirBastama.IBBWebServis --version 1.0.0.3
NuGet\Install-Package EbubekirBastama.IBBWebServis -Version 1.0.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EbubekirBastama.IBBWebServis" Version="1.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EbubekirBastama.IBBWebServis --version 1.0.0.3
#r "nuget: EbubekirBastama.IBBWebServis, 1.0.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EbubekirBastama.IBBWebServis as a Cake Addin
#addin nuget:?package=EbubekirBastama.IBBWebServis&version=1.0.0.3

// Install EbubekirBastama.IBBWebServis as a Cake Tool
#tool nuget:?package=EbubekirBastama.IBBWebServis&version=1.0.0.3

Bastama_IBB_Web_Servis

Kullanımı

using System;
using System.Windows.Forms;
using Bastama_İBB_Web_Servis;

namespace İETT_HAT_DURAK_GÜZERGÂH_WEB_SERVİSİ
{
public partial class Form1 : Form
{
    public Form1()
    {
        InitializeComponent();
    }

    private void veriGetirToolStripMenuItem_Click(object sender, EventArgs e)
    {

        dataGridView1.DataSource= İettGlobalApi.DBozukSatih(22);
        
        İettGlobalApi.FiloAracKonum(dataGridView1);

        İettGlobalApi.BozukSatih(dataGridView1, 15);

        İettGlobalApi.DurakBilgileri("", dataGridView1);

        İettGlobalApi.DurakBilgileri("25255", dataGridView1);

        İettGlobalApi.Duyurular(dataGridView1);

        İettGlobalApi.GarajBilgileri(dataGridView1);

        İettGlobalApi.KazaLokasyon(dataGridView1, "2020/01/19"); 
    }
  }
}

nuget Kurulum

 Install-Package EbubekirBastama.IBBWebServis -Version 1.0.0.1

app.config Edit

app.config'i aşağıdaki kodlarla değiştirin.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.serviceModel>
<bindings>
  <basicHttpBinding>
    <binding name="WebService1Soap" maxReceivedMessageSize="2147483647">
      <security mode="Transport" />
    </binding>
    <binding name="WebService1Soap1" maxReceivedMessageSize="2147483647" />
    <binding name="DuyurularSoap" maxReceivedMessageSize="2147483647">
      <security mode="Transport" />
    </binding>
    <binding name="DuyurularSoap1" maxReceivedMessageSize="2147483647" />
    <binding name="SeferGerceklesmeSoap" maxReceivedMessageSize="2147483647">
      <security mode="Transport" />
    </binding>
    <binding name="SeferGerceklesmeSoap1" maxReceivedMessageSize="2147483647" />
    <binding name="ibbSoap">
      <security mode="Transport" />
    </binding>
    <binding name="ibbSoap1" />
  </basicHttpBinding>
</bindings>
<client>
  <endpoint address="https://api.ibb.gov.tr/iett/UlasimAnaVeri/HatDurakGuzergah.asmx"
      binding="basicHttpBinding" bindingConfiguration="WebService1Soap"
      contract="iett.WebService1Soap" name="WebService1Soap" />
  <endpoint address="https://api.ibb.gov.tr/iett/UlasimDinamikVeri/Duyurular.asmx"
      binding="basicHttpBinding" bindingConfiguration="DuyurularSoap"
      contract="iettduyurular.DuyurularSoap" name="DuyurularSoap" />
  <endpoint address="https://api.ibb.gov.tr/iett/FiloDurum/SeferGerceklesme.asmx"
      binding="basicHttpBinding" bindingConfiguration="SeferGerceklesmeSoap"
      contract="iettanlikveri.SeferGerceklesmeSoap" name="SeferGerceklesmeSoap" />
  <endpoint address="https://api.ibb.gov.tr/iett/ibb/ibb.asmx"
      binding="basicHttpBinding" bindingConfiguration="ibbSoap"
      contract="iettcrm.ibbSoap" name="ibbSoap" />
  </client>
 </system.serviceModel>
</configuration>
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.3 526 1/20/2020
1.0.0.2 538 1/19/2020
1.0.0.1 558 1/19/2020