//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.33440 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace CoreSavingLibrary.WcfNPrincipalBalance { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://tempurl.org", ConfigurationName="WcfNPrincipalBalance.n_principalbalance")] public interface n_principalbalance { [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_principalbalance/of_test", ReplyAction="http://tempurl.org/n_principalbalance/of_testResponse")] string of_test(string as_test); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface n_principalbalanceChannel : CoreSavingLibrary.WcfNPrincipalBalance.n_principalbalance, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class n_principalbalanceClient : System.ServiceModel.ClientBase, CoreSavingLibrary.WcfNPrincipalBalance.n_principalbalance { public n_principalbalanceClient() { } public n_principalbalanceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public n_principalbalanceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_principalbalanceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_principalbalanceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public string of_test(string as_test) { return base.Channel.of_test(as_test); } } }