Reference.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.18444
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Dongke.IBOSS.PRD.WCF.Proxys.WCFTestService {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="WCFTestService.IWCFTest")]
  13. public interface IWCFTest {
  14. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1123", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1123Response")]
  15. string GetOutPara1123(string code);
  16. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutParaResponse")]
  17. string GetOutPara(out string name, string code, ref Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data);
  18. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1234", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetOutPara1234Response")]
  19. Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData GetOutPara1234(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data);
  20. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonString", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonStringResponse")]
  21. Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData GetJsonString(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data);
  22. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonString1", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IWCFTest/GetJsonString1Response")]
  23. string GetJsonString1(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data);
  24. }
  25. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  26. public interface IWCFTestChannel : Dongke.IBOSS.PRD.WCF.Proxys.WCFTestService.IWCFTest, System.ServiceModel.IClientChannel {
  27. }
  28. [System.Diagnostics.DebuggerStepThroughAttribute()]
  29. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  30. public partial class WCFTestClient : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.WCF.Proxys.WCFTestService.IWCFTest>, Dongke.IBOSS.PRD.WCF.Proxys.WCFTestService.IWCFTest {
  31. public WCFTestClient() {
  32. }
  33. public WCFTestClient(string endpointConfigurationName) :
  34. base(endpointConfigurationName) {
  35. }
  36. public WCFTestClient(string endpointConfigurationName, string remoteAddress) :
  37. base(endpointConfigurationName, remoteAddress) {
  38. }
  39. public WCFTestClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  40. base(endpointConfigurationName, remoteAddress) {
  41. }
  42. public WCFTestClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  43. base(binding, remoteAddress) {
  44. }
  45. public string GetOutPara1123(string code) {
  46. return base.Channel.GetOutPara1123(code);
  47. }
  48. public string GetOutPara(out string name, string code, ref Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data) {
  49. return base.Channel.GetOutPara(out name, code, ref data);
  50. }
  51. public Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData GetOutPara1234(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data) {
  52. return base.Channel.GetOutPara1234(data);
  53. }
  54. public Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData GetJsonString(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data) {
  55. return base.Channel.GetJsonString(data);
  56. }
  57. public string GetJsonString1(Dongke.IBOSS.PRD.WCF.DataModels.WCFTestData data) {
  58. return base.Channel.GetJsonString1(data);
  59. }
  60. }
  61. }