![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Encapsulates a response from a service request. More...
Properties | |
IServiceTopicHandler | Handler [get] |
Returns the handler that the request was issued to. More... | |
string | ResponseType [get] |
Returns a response type. More... | |
string | RequestId [get] |
Return the request identifier. More... | |
ITopicMessage | ResponseMessage [get] |
Return details of the response in the form of a message containing headers and/or data returned from the server. More... | |
Encapsulates a response from a service request.
This encapsulates the details of a response from a call to IServiceTopicHandler.Request( string, ITopicMessage ).
|
get |
Returns the handler that the request was issued to.
|
get |
Return the request identifier.
This returns the original identifier that was passed with the request, as returned by IServiceTopicHandler.Request( string, ITopicMessage ).
|
get |
Return details of the response in the form of a message containing headers and/or data returned from the server.
Note that it is permissible for the response message to be completely empty.
|
get |
Returns a response type.
This identifies the type of response and is as defined by the service itself.