protected override System.Collections.Generic.IList <System.ArraySegment <byte> > GetBuffer()
        {
            var command = "gets " + this.Key + TextSocketHelper.CommandTerminator;

            return(TextSocketHelper.GetCommandBuffer(command));
        }
Example #2
0
        protected override IList <ArraySegment <byte> > GetBuffer()
        {
            var command = "config get " + this.Key + TextSocketHelper.CommandTerminator;

            return(TextSocketHelper.GetCommandBuffer(command));
        }