Click or drag to resize

HttpResponseMetadataMessageHandler Delegate

Defines a delegate method to process the http request

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public delegate GenericHttpResponse MessageHandler(
	HttpListenerRequest request,
	HttpResponseMetadata metadata,
	bool isSecured,
	out Message relatedMessage
)

Parameters

request
Type: System.NetHttpListenerRequest
The request.
metadata
Type: Hummingbird.TestFramework.ServicesHttpResponseMetadata
The metadata.
isSecured
Type: SystemBoolean
if set to true the request is sent through secured connection.
relatedMessage
Type: Hummingbird.TestFramework.MessagingMessage
The related message.

Return Value

Type: GenericHttpResponse
A GenericHttpResponse object represents the HTTP Response to reply
See Also