Arguments used when more body bytes have come.

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

Syntax

C#
public class BodyEventArgs : EventArgs
Visual Basic (Declaration)
Public Class BodyEventArgs _
	Inherits EventArgs
Visual C++
public ref class BodyEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    HttpServer.Parser..::.BodyEventArgs

See Also