RequestData Class |
Namespace: Hummingbird.TestFramework.Services
The RequestData type exposes the following members.
Name | Description | |
---|---|---|
![]() | RequestData | Initializes a new instance of the RequestData class |
Name | Description | |
---|---|---|
![]() | Data |
The data itself to be send in object mode, which it's type must be Metadata.RequestType
|
![]() | Metadata |
Metadata of the client services sending the request
|
![]() | Profile |
Gets the profile used for the request data
|
![]() | ReferencedMessage |
Message object of this request for history
|
![]() | RequestOptions |
Gets or sets the request options.
|
![]() | ThreadId |
Thread Id, used for automation to isolate test data and variables if multiple test scenario are running on the same time.
|
![]() | UriTemplate |
UriTemplate of this request (it is an instance of the service UriTemplate, and may be modified by the user)
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) |
![]() | ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |