Click or drag to resize

SoapDefaultReplyBehaviorResponse Method

Responses the specified method name.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Object Response(
	string methodName,
	Object request,
	Type requestType,
	Type returnType
)

Parameters

methodName
Type: SystemString
Name of the method.
request
Type: SystemObject
The request.
requestType
Type: SystemType
Type of the request.
returnType
Type: SystemType
Type of the return.

Return Value

Type: Object
An object represents the response selected for reply. the response can be if there is no defined reply for the current service.
See Also