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