By default BufferedSocket uses the async. communications model but can be forced to send data synchronously by using this method.


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

Syntax

Visual Basic (Declaration)
Public Sub SyncSend()
C#
public void SyncSend()
C++
public:
 void SyncSend() sealed 
J#
public void SyncSend()
JScript
public  function SyncSend()

See Also