Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Types.IReceiveContext Interface Reference

The context of content received. More...

Properties

ReadOnlyCollection< string > HeadersList [get]
 Returns the headers. If there are no headers then an empty list will be returned. This will never return null. More...
 
Dictionary< string, string > SessionProperties [get]
 This will return the values of any session properties that have been requested to be passed with messages. May be empty if no properties were requested, or if properties cannot be delivered to the receiver. More...
 

Detailed Description

The context of content received.

Property Documentation

ReadOnlyCollection<string> PushTechnology.ClientInterface.Client.Types.IReceiveContext.HeadersList
get

Returns the headers. If there are no headers then an empty list will be returned. This will never return null.

Dictionary<string, string> PushTechnology.ClientInterface.Client.Types.IReceiveContext.SessionProperties
get

This will return the values of any session properties that have been requested to be passed with messages. May be empty if no properties were requested, or if properties cannot be delivered to the receiver.


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