//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.18444 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace Dongke.IBOSS.PRD.WCF.Proxys.WCFTestService { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="WCFTestService.IWCFTest")] public interface IWCFTest { [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1123", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1123Response")] string GetOutPara1123(string code); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutParaResponse")] string GetOutPara(out string name, string code, ref Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1234", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1234Response")] Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData GetOutPara1234(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonString", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonStringResponse")] Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData GetJsonString(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data); [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonString1", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonString1Response")] string GetJsonString1(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IWCFTestChannel : Dongke.IBOSS.PRD.WCF.Proxys.WCFTestService.IWCFTest, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class WCFTestClient : System.ServiceModel.ClientBase, Dongke.IBOSS.PRD.WCF.Proxys.WCFTestService.IWCFTest { public WCFTestClient() { } public WCFTestClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public WCFTestClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public WCFTestClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public WCFTestClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public string GetOutPara1123(string code) { return base.Channel.GetOutPara1123(code); } public string GetOutPara(out string name, string code, ref Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data) { return base.Channel.GetOutPara(out name, code, ref data); } public Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData GetOutPara1234(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data) { return base.Channel.GetOutPara1234(data); } public Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData GetJsonString(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data) { return base.Channel.GetJsonString(data); } public string GetJsonString1(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data) { return base.Channel.GetJsonString1(data); } } }