예제 #1
0
            public ViewChangeProofDto(ElectionMessage.ViewChangeProof message)
            {
                ServerId = message.ServerId;
                ServerInternalHttpAddress = message.ServerInternalHttp.Address.ToString();
                ServerInternalHttpPort    = message.ServerInternalHttp.Port;

                InstalledView = message.InstalledView;
            }
예제 #2
0
            public ViewChangeProofDto(ElectionMessage.ViewChangeProof message)
            {
                ServerId          = message.ServerId;
                ServerHttpAddress = message.ServerHttpEndPoint.GetHost();
                ServerHttpPort    = message.ServerHttpEndPoint.GetPort();

                InstalledView = message.InstalledView;
            }