SendBody Method

HttpServer.dll

Overload List

  NameDescription
SendBody(array<Byte>[]()[])
Make sure that you have specified ContentLength and sent the headers first.
SendBody(array<Byte>[]()[], Int32, Int32)
Make sure that you have specified ContentLength and sent the headers first.

See Also