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

Send() public method

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