Call this method to begin receiving data from the socket


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Sub BeginReceive( _ 
   ByVal maxBytes As Integer _ 
)
C#
public void BeginReceive(
   int maxBytes
)
C++
public:
 void BeginReceive(
   int maxBytes
) sealed 
J#
public void BeginReceive(
   int maxBytes
)
JScript
public  function BeginReceive(
   maxBytes : int
)

Parameters

maxBytes
the maximum number of bytes to receive

See Also