







Base class for request data containers
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public interface HttpInputBase : IEnumerable<HttpInputItem>, IEnumerable |
Visual Basic (Declaration) |
---|
Public Interface HttpInputBase _ Implements IEnumerable(Of HttpInputItem), IEnumerable |
Visual C++ |
---|
public interface class HttpInputBase : IEnumerable<HttpInputItem^>, IEnumerable |