Send Method (Byte[])

HttpServer.dll

send a whole buffer

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Send(
	byte[] buffer
)
Visual Basic (Declaration)
Public Sub Send ( _
	buffer As Byte() _
)
Visual C++
public:
void Send(
	array<unsigned char>^ buffer
)

Parameters

buffer
Type: array< System..::.Byte >[]()[]
buffer to send

Exceptions

See Also