Exemplo n.º 1
0
#pragma warning restore 649

        internal NtRpcCallInfo(NtStringRead name, NtStringRead param, uint rpcId, uint callUid)
        {
            Name    = name;
            Param   = param;
            RpcId   = rpcId;
            CallUid = callUid;
        }
Exemplo n.º 2
0
#pragma warning restore 649

        internal NtConnectionInfo(NtStringRead remoteId, NtStringRead remoteIp, uint port, ulong update, uint proto)
        {
            RemoteId        = remoteId;
            RemoteIp        = remoteIp;
            RemotePort      = port;
            LastUpdate      = update;
            ProtocolVersion = proto;
        }