[This is preliminary documentation and is subject to change.]

Sends data directly to the client.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void SendToClient(
	byte[] data
)
Public Shared Sub SendToClient ( _
	data As Byte() _
)
public:
static void SendToClient(
	array<unsigned char>^ data
)

Parameters

data
array< Byte >[]()[]
Buffer to send.

See Also