Receives data send by the server through this channel.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Function Receive ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
) As Integer
C#
public int Receive(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: array<System..::..Byte>[]()[][]
The storage location for the received data.
offset
Type: System..::..Int32
The offset to the array at which to place the received data.
count
Type: System..::..Int32
Number of bytes to receive.

Return Value

The number of bytes received.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also