_gateHandler.cs 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. // Generated from: gateHandler.proto
  10. namespace pomelo.gate
  11. {
  12. //---------------------------------------------------------------------------------------
  13. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryEntryRequest")]
  14. public partial class QueryEntryRequest : global::ProtoBuf.IExtensible
  15. {
  16. public QueryEntryRequest() {}
  17. private string _c2s_uid;
  18. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_uid", DataFormat = global::ProtoBuf.DataFormat.Default)]
  19. public string c2s_uid
  20. {
  21. get { return _c2s_uid; }
  22. set { _c2s_uid = value; }
  23. }
  24. private string _c2s_sign;
  25. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_sign", DataFormat = global::ProtoBuf.DataFormat.Default)]
  26. public string c2s_sign
  27. {
  28. get { return _c2s_sign; }
  29. set { _c2s_sign = value; }
  30. }
  31. private string _c2s_time;
  32. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"c2s_time", DataFormat = global::ProtoBuf.DataFormat.Default)]
  33. public string c2s_time
  34. {
  35. get { return _c2s_time; }
  36. set { _c2s_time = value; }
  37. }
  38. private int _c2s_logicServerId = default(int);
  39. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"c2s_logicServerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  40. [global::System.ComponentModel.DefaultValue(default(int))]
  41. public int c2s_logicServerId
  42. {
  43. get { return _c2s_logicServerId; }
  44. set { _c2s_logicServerId = value; }
  45. }
  46. private global::ProtoBuf.IExtension extensionObject;
  47. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  48. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  49. }
  50. //---------------------------------------------------------------------------------------
  51. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryEntryResponse")]
  52. public partial class QueryEntryResponse : global::ProtoBuf.IExtensible
  53. {
  54. public QueryEntryResponse() {}
  55. private int _s2c_code;
  56. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  57. public int s2c_code
  58. {
  59. get { return _s2c_code; }
  60. set { _s2c_code = value; }
  61. }
  62. private string _s2c_msg = "";
  63. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  64. [global::System.ComponentModel.DefaultValue("")]
  65. public string s2c_msg
  66. {
  67. get { return _s2c_msg; }
  68. set { _s2c_msg = value; }
  69. }
  70. private string _s2c_pubHost = "";
  71. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_pubHost", DataFormat = global::ProtoBuf.DataFormat.Default)]
  72. [global::System.ComponentModel.DefaultValue("")]
  73. public string s2c_pubHost
  74. {
  75. get { return _s2c_pubHost; }
  76. set { _s2c_pubHost = value; }
  77. }
  78. private int _s2c_port = default(int);
  79. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_port", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  80. [global::System.ComponentModel.DefaultValue(default(int))]
  81. public int s2c_port
  82. {
  83. get { return _s2c_port; }
  84. set { _s2c_port = value; }
  85. }
  86. private string _s2c_token = "";
  87. /// <summary>
  88. /// tocken
  89. /// </summary>
  90. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"s2c_token", DataFormat = global::ProtoBuf.DataFormat.Default)]
  91. [global::System.ComponentModel.DefaultValue("")]
  92. public string s2c_token
  93. {
  94. get { return _s2c_token; }
  95. set { _s2c_token = value; }
  96. }
  97. private int _s2c_averageTime = default(int);
  98. [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"s2c_averageTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  99. [global::System.ComponentModel.DefaultValue(default(int))]
  100. public int s2c_averageTime
  101. {
  102. get { return _s2c_averageTime; }
  103. set { _s2c_averageTime = value; }
  104. }
  105. private int _s2c_pos = default(int);
  106. [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"s2c_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  107. [global::System.ComponentModel.DefaultValue(default(int))]
  108. public int s2c_pos
  109. {
  110. get { return _s2c_pos; }
  111. set { _s2c_pos = value; }
  112. }
  113. private global::ProtoBuf.IExtension extensionObject;
  114. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  115. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  116. }
  117. }