//------------------------------------------------------------------------------ // // 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.WcfNAgency { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://tempurl.org", ConfigurationName="WcfNAgency.n_agency")] public interface n_agency { [System.ServiceModel.OperationContractAttribute(Action="http://tempurl.org/n_agency/of_test", ReplyAction="http://tempurl.org/n_agency/of_testResponse")] string of_test(string as_test); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface n_agencyChannel : CoreSavingLibrary.WcfNAgency.n_agency, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class n_agencyClient : System.ServiceModel.ClientBase, CoreSavingLibrary.WcfNAgency.n_agency { public n_agencyClient() { } public n_agencyClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public n_agencyClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_agencyClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public n_agencyClient(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); } } }