PendingConnection 结构
继承成员
命名空间: Fantasy.Network.KCP
程序集: Fantasy.Net.dll
语法
public struct PendingConnection
构造函数
| 编辑本文 查看源代码PendingConnection(uint, IPEndPoint, uint)
声明
public PendingConnection(uint channelId, IPEndPoint remoteEndPoint, uint time)
参数
类型 | 名称 | 描述 |
---|---|---|
uint | channelId | |
IPEndPoint | remoteEndPoint | |
uint | time |
字段
| 编辑本文 查看源代码ChannelId
声明
public readonly uint ChannelId
字段值
类型 | 描述 |
---|---|
uint |
RemoteEndPoint
声明
public readonly IPEndPoint RemoteEndPoint
字段值
类型 | 描述 |
---|---|
IPEndPoint |
TimeOutId
声明
public readonly uint TimeOutId
字段值
类型 | 描述 |
---|---|
uint |