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:
virtual void Send(
	array<unsigned char>^ buffer
) sealed

Parameters

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

Implements

IHttpClientContext..::.Send(array<Byte>[]()[])

Exceptions

See Also