socks5.Socks5Client.Socks5Client.Send C# (CSharp) Method

Send() public method

public Send ( byte buffer ) : bool
buffer byte
return bool
        public bool Send(byte[] buffer)
        {
            return Send(buffer, 0, buffer.Length);
        }

Same methods

Socks5Client::Send ( byte buffer, int offset, int length ) : bool