send a whole buffer
Namespace:
HttpServerAssembly: HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
void Send( byte[] buffer ) |
| Visual Basic (Declaration) |
|---|
Sub Send ( _ buffer As Byte() _ ) |
| Visual C++ |
|---|
void Send( array<unsigned char>^ buffer ) |
Parameters
- buffer
- Type: array<
System..::.Byte
>[]()[]
buffer to send
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException |