Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.IRequesterFeatureResponse Interface Reference

Encapsulates a response from a feature request. More...

Properties

IServiceTopic ServiceTopic [get]
 Returns the service topic. More...
 
string ResponseType [get]
 Returns a response type. More...
 
string Id [get]
 Return the request identifer. More...
 
IContent Content [get]
 Returns response content. More...
 

Detailed Description

Encapsulates a response from a feature request.

This encapsulates the details of a response from a call to IServiceTopic.Request( string, IContent ).

Property Documentation

IContent PushTechnology.ClientInterface.Client.Features.IRequesterFeatureResponse.Content
get

Returns response content.

Note that it is permissible for the response content to be completely empty (but never null).

string PushTechnology.ClientInterface.Client.Features.IRequesterFeatureResponse.Id
get

Return the request identifer.

This returns the original identifier that was passed with the request, as returned by IServiceTopic.Request( string, IContent ).

string PushTechnology.ClientInterface.Client.Features.IRequesterFeatureResponse.ResponseType
get

Returns a response type.

This identifies the type of response and is as defined by the service itself.

IServiceTopic PushTechnology.ClientInterface.Client.Features.IRequesterFeatureResponse.ServiceTopic
get

Returns the service topic.


The documentation for this interface was generated from the following file: