Helios.Net.Bootstrap.ClientBootstrap.SetAllocator C# (CSharp) Method

SetAllocator() public method

public SetAllocator ( IByteBufAllocator allocator ) : ClientBootstrap
allocator IByteBufAllocator
return ClientBootstrap
        public new ClientBootstrap SetAllocator(IByteBufAllocator allocator)
        {
            base.SetAllocator(allocator);
            return this;
        }