DataServiceClientResponsePipelineConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class that is responsible for configuration of actions that are invoked from a response
public class DataServiceClientResponsePipelineConfiguration
type DataServiceClientResponsePipelineConfiguration = class
Public Class DataServiceClientResponsePipelineConfiguration
- Inheritance
-
DataServiceClientResponsePipelineConfiguration
Methods
OnEntityMaterialized(Action<MaterializedEntityArgs>) |
Called when [entity materialized]. |
OnEntryEnded(Action<ReadingEntryArgs>) |
Called when [read end entry]. |
OnEntryStarted(Action<ReadingEntryArgs>) |
Called when [read start entry]. |
OnFeedEnded(Action<ReadingFeedArgs>) |
Called when [read end feed]. |
OnFeedStarted(Action<ReadingFeedArgs>) |
Called when [read start feed]. |
OnMessageReaderSettingsCreated(Action<MessageReaderSettingsArgs>) |
Called when [reader settings created]. |
OnNestedResourceInfoEnded(Action<ReadingNestedResourceInfoArgs>) |
Called when [read end navigation link]. |
OnNestedResourceInfoStarted(Action<ReadingNestedResourceInfoArgs>) |
Called when [read start navigation link]. |