Click or drag to resize

ISendRequest Interface

Interface defines the ability to send a request to other systems

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public interface ISendRequest

The ISendRequest type exposes the following members.

Methods
  NameDescription
Public methodSendRequest
Sends the request.
Public methodSendRequestAsync
Sends the request in asynchronous mode.
Top
See Also