//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using System; using System.ComponentModel; using System.Diagnostics; using System.Web.Services; using System.Web.Services.Protocols; using System.Xml.Serialization; // // This source code was auto-generated by wsdl, Version=2.0.50727.3038. // /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="IBAN_CalculatorBinding", Namespace="https://ssl.ibanrechner.de/")] [System.Xml.Serialization.SoapIncludeAttribute(typeof(Field))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(item))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(BankStruct))] [System.Xml.Serialization.SoapIncludeAttribute(typeof(BICStruct))] public partial class IBAN_Calculator : System.Web.Services.Protocols.SoapHttpClientProtocol { private System.Threading.SendOrPostCallback validate_ibanOperationCompleted; private System.Threading.SendOrPostCallback calculate_ibanOperationCompleted; private System.Threading.SendOrPostCallback get_dutch_banksOperationCompleted; private System.Threading.SendOrPostCallback get_swiss_banksOperationCompleted; private System.Threading.SendOrPostCallback country_supportedOperationCompleted; private System.Threading.SendOrPostCallback get_formOperationCompleted; /// public IBAN_Calculator() { this.Url = "http://dev.iban-bic.com/Riban/soap2/index.php"; } /// public event validate_ibanCompletedEventHandler validate_ibanCompleted; /// public event calculate_ibanCompletedEventHandler calculate_ibanCompleted; /// public event get_dutch_banksCompletedEventHandler get_dutch_banksCompleted; /// public event get_swiss_banksCompletedEventHandler get_swiss_banksCompleted; /// public event country_supportedCompletedEventHandler country_supportedCompleted; /// public event get_formCompletedEventHandler get_formCompleted; /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#validate_iban", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")] [return: System.Xml.Serialization.SoapElementAttribute("return")] public IBANValResStruct validate_iban(string iban, string user, string password) { object[] results = this.Invoke("validate_iban", new object[] { iban, user, password}); return ((IBANValResStruct)(results[0])); } /// public System.IAsyncResult Beginvalidate_iban(string iban, string user, string password, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("validate_iban", new object[] { iban, user, password}, callback, asyncState); } /// public IBANValResStruct Endvalidate_iban(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((IBANValResStruct)(results[0])); } /// public void validate_ibanAsync(string iban, string user, string password) { this.validate_ibanAsync(iban, user, password, null); } /// public void validate_ibanAsync(string iban, string user, string password, object userState) { if ((this.validate_ibanOperationCompleted == null)) { this.validate_ibanOperationCompleted = new System.Threading.SendOrPostCallback(this.Onvalidate_ibanOperationCompleted); } this.InvokeAsync("validate_iban", new object[] { iban, user, password}, this.validate_ibanOperationCompleted, userState); } private void Onvalidate_ibanOperationCompleted(object arg) { if ((this.validate_ibanCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.validate_ibanCompleted(this, new validate_ibanCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#calculate_iban", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")] [return: System.Xml.Serialization.SoapElementAttribute("return")] public IBANCalcResStruct calculate_iban(string country, string bankcode, string account, string user, string password, string bic, int legacy_mode) { object[] results = this.Invoke("calculate_iban", new object[] { country, bankcode, account, user, password, bic, legacy_mode}); return ((IBANCalcResStruct)(results[0])); } /// public System.IAsyncResult Begincalculate_iban(string country, string bankcode, string account, string user, string password, string bic, int legacy_mode, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("calculate_iban", new object[] { country, bankcode, account, user, password, bic, legacy_mode}, callback, asyncState); } /// public IBANCalcResStruct Endcalculate_iban(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((IBANCalcResStruct)(results[0])); } /// public void calculate_ibanAsync(string country, string bankcode, string account, string user, string password, string bic, int legacy_mode) { this.calculate_ibanAsync(country, bankcode, account, user, password, bic, legacy_mode, null); } /// public void calculate_ibanAsync(string country, string bankcode, string account, string user, string password, string bic, int legacy_mode, object userState) { if ((this.calculate_ibanOperationCompleted == null)) { this.calculate_ibanOperationCompleted = new System.Threading.SendOrPostCallback(this.Oncalculate_ibanOperationCompleted); } this.InvokeAsync("calculate_iban", new object[] { country, bankcode, account, user, password, bic, legacy_mode}, this.calculate_ibanOperationCompleted, userState); } private void Oncalculate_ibanOperationCompleted(object arg) { if ((this.calculate_ibanCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.calculate_ibanCompleted(this, new calculate_ibanCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#get_dutch_banks", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")] [return: System.Xml.Serialization.SoapElementAttribute("return")] public BankResStruct get_dutch_banks(string user, string password) { object[] results = this.Invoke("get_dutch_banks", new object[] { user, password}); return ((BankResStruct)(results[0])); } /// public System.IAsyncResult Beginget_dutch_banks(string user, string password, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("get_dutch_banks", new object[] { user, password}, callback, asyncState); } /// public BankResStruct Endget_dutch_banks(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((BankResStruct)(results[0])); } /// public void get_dutch_banksAsync(string user, string password) { this.get_dutch_banksAsync(user, password, null); } /// public void get_dutch_banksAsync(string user, string password, object userState) { if ((this.get_dutch_banksOperationCompleted == null)) { this.get_dutch_banksOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_dutch_banksOperationCompleted); } this.InvokeAsync("get_dutch_banks", new object[] { user, password}, this.get_dutch_banksOperationCompleted, userState); } private void Onget_dutch_banksOperationCompleted(object arg) { if ((this.get_dutch_banksCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.get_dutch_banksCompleted(this, new get_dutch_banksCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#get_swiss_banks", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")] [return: System.Xml.Serialization.SoapElementAttribute("return")] public BankResStruct get_swiss_banks(string bank, string user, string password) { object[] results = this.Invoke("get_swiss_banks", new object[] { bank, user, password}); return ((BankResStruct)(results[0])); } /// public System.IAsyncResult Beginget_swiss_banks(string bank, string user, string password, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("get_swiss_banks", new object[] { bank, user, password}, callback, asyncState); } /// public BankResStruct Endget_swiss_banks(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((BankResStruct)(results[0])); } /// public void get_swiss_banksAsync(string bank, string user, string password) { this.get_swiss_banksAsync(bank, user, password, null); } /// public void get_swiss_banksAsync(string bank, string user, string password, object userState) { if ((this.get_swiss_banksOperationCompleted == null)) { this.get_swiss_banksOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_swiss_banksOperationCompleted); } this.InvokeAsync("get_swiss_banks", new object[] { bank, user, password}, this.get_swiss_banksOperationCompleted, userState); } private void Onget_swiss_banksOperationCompleted(object arg) { if ((this.get_swiss_banksCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.get_swiss_banksCompleted(this, new get_swiss_banksCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#country_supported", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")] [return: System.Xml.Serialization.SoapElementAttribute("return")] public CountryResStruct country_supported(string country, string user, string password) { object[] results = this.Invoke("country_supported", new object[] { country, user, password}); return ((CountryResStruct)(results[0])); } /// public System.IAsyncResult Begincountry_supported(string country, string user, string password, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("country_supported", new object[] { country, user, password}, callback, asyncState); } /// public CountryResStruct Endcountry_supported(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((CountryResStruct)(results[0])); } /// public void country_supportedAsync(string country, string user, string password) { this.country_supportedAsync(country, user, password, null); } /// public void country_supportedAsync(string country, string user, string password, object userState) { if ((this.country_supportedOperationCompleted == null)) { this.country_supportedOperationCompleted = new System.Threading.SendOrPostCallback(this.Oncountry_supportedOperationCompleted); } this.InvokeAsync("country_supported", new object[] { country, user, password}, this.country_supportedOperationCompleted, userState); } private void Oncountry_supportedOperationCompleted(object arg) { if ((this.country_supportedCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.country_supportedCompleted(this, new country_supportedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#country_supported", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")] [return: System.Xml.Serialization.SoapElementAttribute("return")] public Form get_form(item[] @params, string user, string password) { object[] results = this.Invoke("get_form", new object[] { @params, user, password}); return ((Form)(results[0])); } /// public System.IAsyncResult Beginget_form(item[] @params, string user, string password, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("get_form", new object[] { @params, user, password}, callback, asyncState); } /// public Form Endget_form(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((Form)(results[0])); } /// public void get_formAsync(item[] @params, string user, string password) { this.get_formAsync(@params, user, password, null); } /// public void get_formAsync(item[] @params, string user, string password, object userState) { if ((this.get_formOperationCompleted == null)) { this.get_formOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_formOperationCompleted); } this.InvokeAsync("get_form", new object[] { @params, user, password}, this.get_formOperationCompleted, userState); } private void Onget_formOperationCompleted(object arg) { if ((this.get_formCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.get_formCompleted(this, new get_formCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")] public partial class IBANValResStruct { private string ibanField; private string resultField; private string return_codeField; private string[] checksField; private BICStruct[] bic_candidatesField; private string countryField; private string bank_codeField; private string bankField; private string bank_addressField; private string bank_urlField; private string branchField; private string branch_codeField; private string account_numberField; private string account_validation_methodField; private string account_validationField; private string length_checkField; private string account_checkField; private string bank_code_checkField; private string iban_checksum_checkField; private string data_ageField; private string iBANformatField; private string formatcommentField; private int balanceField; /// public string iban { get { return this.ibanField; } set { this.ibanField = value; } } /// public string result { get { return this.resultField; } set { this.resultField = value; } } /// public string return_code { get { return this.return_codeField; } set { this.return_codeField = value; } } /// public string[] checks { get { return this.checksField; } set { this.checksField = value; } } /// public BICStruct[] bic_candidates { get { return this.bic_candidatesField; } set { this.bic_candidatesField = value; } } /// public string country { get { return this.countryField; } set { this.countryField = value; } } /// public string bank_code { get { return this.bank_codeField; } set { this.bank_codeField = value; } } /// public string bank { get { return this.bankField; } set { this.bankField = value; } } /// public string bank_address { get { return this.bank_addressField; } set { this.bank_addressField = value; } } /// public string bank_url { get { return this.bank_urlField; } set { this.bank_urlField = value; } } /// public string branch { get { return this.branchField; } set { this.branchField = value; } } /// public string branch_code { get { return this.branch_codeField; } set { this.branch_codeField = value; } } /// public string account_number { get { return this.account_numberField; } set { this.account_numberField = value; } } /// public string account_validation_method { get { return this.account_validation_methodField; } set { this.account_validation_methodField = value; } } /// public string account_validation { get { return this.account_validationField; } set { this.account_validationField = value; } } /// public string length_check { get { return this.length_checkField; } set { this.length_checkField = value; } } /// public string account_check { get { return this.account_checkField; } set { this.account_checkField = value; } } /// public string bank_code_check { get { return this.bank_code_checkField; } set { this.bank_code_checkField = value; } } /// public string iban_checksum_check { get { return this.iban_checksum_checkField; } set { this.iban_checksum_checkField = value; } } /// public string data_age { get { return this.data_ageField; } set { this.data_ageField = value; } } /// public string IBANformat { get { return this.iBANformatField; } set { this.iBANformatField = value; } } /// public string formatcomment { get { return this.formatcommentField; } set { this.formatcommentField = value; } } /// public int balance { get { return this.balanceField; } set { this.balanceField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")] public partial class BICStruct { private string bicField; private string cityField; private int wwwcountField; private string sampleurlField; /// public string bic { get { return this.bicField; } set { this.bicField = value; } } /// public string city { get { return this.cityField; } set { this.cityField = value; } } /// public int wwwcount { get { return this.wwwcountField; } set { this.wwwcountField = value; } } /// public string sampleurl { get { return this.sampleurlField; } set { this.sampleurlField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")] public partial class Field { private string idField; private string typeField; private string valueField; private string labelField; private string[] optionsField; private int lengthField; private string newlineField; /// public string id { get { return this.idField; } set { this.idField = value; } } /// public string type { get { return this.typeField; } set { this.typeField = value; } } /// public string value { get { return this.valueField; } set { this.valueField = value; } } /// public string label { get { return this.labelField; } set { this.labelField = value; } } /// public string[] options { get { return this.optionsField; } set { this.optionsField = value; } } /// public int length { get { return this.lengthField; } set { this.lengthField = value; } } /// public string newline { get { return this.newlineField; } set { this.newlineField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")] public partial class Form { private string doneField; private Field[] fieldsField; /// public string done { get { return this.doneField; } set { this.doneField = value; } } /// public Field[] fields { get { return this.fieldsField; } set { this.fieldsField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")] public partial class item { private string keyField; private string valueField; /// public string key { get { return this.keyField; } set { this.keyField = value; } } /// public string value { get { return this.valueField; } set { this.valueField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")] public partial class CountryResStruct { private string resultField; private string[] supported_countriesField; private int balanceField; /// public string result { get { return this.resultField; } set { this.resultField = value; } } /// public string[] supported_countries { get { return this.supported_countriesField; } set { this.supported_countriesField = value; } } /// public int balance { get { return this.balanceField; } set { this.balanceField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")] public partial class BankStruct { private string nameField; private string bicField; private int bankcodeField; /// public string name { get { return this.nameField; } set { this.nameField = value; } } /// public string bic { get { return this.bicField; } set { this.bicField = value; } } /// public int bankcode { get { return this.bankcodeField; } set { this.bankcodeField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")] public partial class BankResStruct { private string resultField; private BankStruct[] banksField; private int balanceField; /// public string result { get { return this.resultField; } set { this.resultField = value; } } /// public BankStruct[] banks { get { return this.banksField; } set { this.banksField = value; } } /// public int balance { get { return this.balanceField; } set { this.balanceField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")] public partial class IBANCalcResStruct { private string ibanField; private string resultField; private string return_codeField; private string[] checksField; private BICStruct[] bic_candidatesField; private string countryField; private string bank_codeField; private string alternative_bank_codeField; private string bankField; private string bank_addressField; private string bank_urlField; private string branchField; private string branch_codeField; private string account_numberField; private string alternative_account_numberField; private string account_validation_methodField; private string account_validationField; private string length_checkField; private string account_checkField; private string bank_code_checkField; private string bic_plausibility_checkField; private string data_ageField; private string iBANformatField; private string formatcommentField; private int balanceField; /// public string iban { get { return this.ibanField; } set { this.ibanField = value; } } /// public string result { get { return this.resultField; } set { this.resultField = value; } } /// public string return_code { get { return this.return_codeField; } set { this.return_codeField = value; } } /// public string[] checks { get { return this.checksField; } set { this.checksField = value; } } /// public BICStruct[] bic_candidates { get { return this.bic_candidatesField; } set { this.bic_candidatesField = value; } } /// public string country { get { return this.countryField; } set { this.countryField = value; } } /// public string bank_code { get { return this.bank_codeField; } set { this.bank_codeField = value; } } /// public string alternative_bank_code { get { return this.alternative_bank_codeField; } set { this.alternative_bank_codeField = value; } } /// public string bank { get { return this.bankField; } set { this.bankField = value; } } /// public string bank_address { get { return this.bank_addressField; } set { this.bank_addressField = value; } } /// public string bank_url { get { return this.bank_urlField; } set { this.bank_urlField = value; } } /// public string branch { get { return this.branchField; } set { this.branchField = value; } } /// public string branch_code { get { return this.branch_codeField; } set { this.branch_codeField = value; } } /// public string account_number { get { return this.account_numberField; } set { this.account_numberField = value; } } /// public string alternative_account_number { get { return this.alternative_account_numberField; } set { this.alternative_account_numberField = value; } } /// public string account_validation_method { get { return this.account_validation_methodField; } set { this.account_validation_methodField = value; } } /// public string account_validation { get { return this.account_validationField; } set { this.account_validationField = value; } } /// public string length_check { get { return this.length_checkField; } set { this.length_checkField = value; } } /// public string account_check { get { return this.account_checkField; } set { this.account_checkField = value; } } /// public string bank_code_check { get { return this.bank_code_checkField; } set { this.bank_code_checkField = value; } } /// public string bic_plausibility_check { get { return this.bic_plausibility_checkField; } set { this.bic_plausibility_checkField = value; } } /// public string data_age { get { return this.data_ageField; } set { this.data_ageField = value; } } /// public string IBANformat { get { return this.iBANformatField; } set { this.iBANformatField = value; } } /// public string formatcomment { get { return this.formatcommentField; } set { this.formatcommentField = value; } } /// public int balance { get { return this.balanceField; } set { this.balanceField = value; } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] public delegate void validate_ibanCompletedEventHandler(object sender, validate_ibanCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class validate_ibanCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal validate_ibanCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public IBANValResStruct Result { get { this.RaiseExceptionIfNecessary(); return ((IBANValResStruct)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] public delegate void calculate_ibanCompletedEventHandler(object sender, calculate_ibanCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class calculate_ibanCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal calculate_ibanCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public IBANCalcResStruct Result { get { this.RaiseExceptionIfNecessary(); return ((IBANCalcResStruct)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] public delegate void get_dutch_banksCompletedEventHandler(object sender, get_dutch_banksCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class get_dutch_banksCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal get_dutch_banksCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public BankResStruct Result { get { this.RaiseExceptionIfNecessary(); return ((BankResStruct)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] public delegate void get_swiss_banksCompletedEventHandler(object sender, get_swiss_banksCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class get_swiss_banksCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal get_swiss_banksCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public BankResStruct Result { get { this.RaiseExceptionIfNecessary(); return ((BankResStruct)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] public delegate void country_supportedCompletedEventHandler(object sender, country_supportedCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class country_supportedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal country_supportedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public CountryResStruct Result { get { this.RaiseExceptionIfNecessary(); return ((CountryResStruct)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] public delegate void get_formCompletedEventHandler(object sender, get_formCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class get_formCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal get_formCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public Form Result { get { this.RaiseExceptionIfNecessary(); return ((Form)(this.results[0])); } } }