







|
| C# Webserver |
| HttpClientContext..::.Send Method (array<Byte>[]()[]) |
| HttpClientContext Class See Also Send Feedback |
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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException |
