APacketParser 类
程序集: Fantasy.Net.dll
语法
public abstract class APacketParser : IDisposable
属性
|
编辑本文
查看源代码
IsDisposed
声明
protected bool IsDisposed { get; }
属性值
方法
|
编辑本文
查看源代码
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
声明
public virtual void Dispose()
|
编辑本文
查看源代码
Pack(ref uint, ref long, MemoryStreamBuffer, IMessage)
声明
public abstract MemoryStreamBuffer Pack(ref uint rpcId, ref long routeId, MemoryStreamBuffer memoryStream, IMessage message)
参数
返回
实现
扩展方法