IronPigeon.Tests.Mocks.InboxHttpHandlerMock.InboxHttpHandlerMock C# (CSharp) Method

InboxHttpHandlerMock() private method

private InboxHttpHandlerMock ( IReadOnlyList recipients ) : System
recipients IReadOnlyList
return System
        internal InboxHttpHandlerMock(IReadOnlyList<Endpoint> recipients)
        {
            this.recipients = recipients.ToDictionary(r => r, r => new List<Tuple<DateTime, byte[]>>());
        }