Click or drag to resize

DefaultHttpRequestHandlers Class

This class use generic handler to handle the incoming HTTP request received by HttpServer. When developing an Extension that based on HTTP, you can use this handler to process requests. User can configure the response by using the standard or customized object editor.
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.ServicesDefaultHttpRequestHandlers

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static class DefaultHttpRequestHandlers

The DefaultHttpRequestHandlers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGenericHttpMessageHandler
Generic handler for basic http requests, If Handler is not set, this handler will be used to process the incoming HTTP Message.
Top
See Also