PingRequest 类
继承成员
命名空间: Fantasy.InnerMessage
程序集: Fantasy.Net.dll
语法
[ProtoContract]
public class PingRequest : AMessage, ISupportInitialize, IDisposable, IPool, IRequest, IMessage
属性
| 编辑本文 查看源代码ResponseType
声明
[ProtoIgnore]
public PingResponse ResponseType { get; set; }
属性值
类型 | 描述 |
---|---|
PingResponse |
RpcId
声明
[ProtoMember(1)]
public long RpcId { get; set; }
属性值
类型 | 描述 |
---|---|
long |
方法
| 编辑本文 查看源代码OpCode()
获取消息的操作代码。
声明
public uint OpCode()
返回
类型 | 描述 |
---|---|
uint | 操作代码。 |