Click or drag to resize

RequestData Properties

The RequestData type exposes the following members.

Properties
  NameDescription
Public propertyData
The data itself to be send in object mode, which it's type must be Metadata.RequestType
Public propertyMetadata
Metadata of the client services sending the request
Public propertyProfile
Gets the profile used for the request data
Public propertyReferencedMessage
Message object of this request for history
Public propertyRequestOptions
Gets or sets the request options.
Public propertyThreadId
Thread Id, used for automation to isolate test data and variables if multiple test scenario are running on the same time.
Public propertyUriTemplate
UriTemplate of this request (it is an instance of the service UriTemplate, and may be modified by the user)
Top
See Also