Fantasy
搜索结果

    显示/隐藏目录

    PendingConnection 结构

    继承成员
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    命名空间: 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

    扩展方法

    JsonHelper.ToJson<T>(T)
    • 编辑本文
    • 查看源代码
    本文内容
    Back to top Generated by DocFX