コード例 #1
0
        //TODO: Add real ctor. Right now we only implement client stuff and this is sent by server.

        //TODO: Make better ctor
        /// <inheritdoc />
        public AuthLogonProofResponse(LogonProofResult proofResult)
            : this()
        {
            ProofResult = proofResult;
        }
 public override void Write(LogonProofResult value, Span <byte> buffer, ref int offset)
 {
     LogonProofFailure_AutoGeneratedTemplateSerializerStrategy.Instance.InternalWrite(this, buffer, ref offset);
 }
 public override void Write(LogonProofResult value, Span <byte> buffer, ref int offset)
 {
     LogonProofFailure_Serializer.Instance.InternalWrite(this, buffer, ref offset);
 }