Droog.Beanstalk.Client.Test.FakeDisposableSocket.Receive C# (CSharp) Method

Receive() public method

public Receive ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
return int
        public int Receive(byte[] buffer, int offset, int size) { throw new NotImplementedException(); }
    }
FakeDisposableSocket