Microsoft.AspNet.SignalR.Transports.ForeverTransport.CreateMemoryPoolWriter C# (CSharp) Méthode

CreateMemoryPoolWriter() private méthode

private CreateMemoryPoolWriter ( IMemoryPool memoryPool ) : MemoryPoolTextWriter
memoryPool IMemoryPool
Résultat Microsoft.AspNet.SignalR.Infrastructure.MemoryPoolTextWriter
        internal virtual MemoryPoolTextWriter CreateMemoryPoolWriter(IMemoryPool memoryPool)
        {
            return new BinaryMemoryPoolTextWriter(memoryPool);
        }