Click or drag to resize

AbstractClientSendRequestAsync Method

Sends the request in asynchronous mode.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
protected abstract void SendRequestAsync(
	RequestData requestData,
	PropertyChangedEventHandler propertyChanged
)

Parameters

requestData
Type: Hummingbird.TestFramework.ServicesRequestData
The request data.
propertyChanged
Type: System.ComponentModelPropertyChangedEventHandler
The property changed.
See Also