DataServiceClientResponsePipelineConfiguration Class

Class that is responsible for configuration of actions that are invoked from a response

Inheritance Hierarchy

System.Object
  System.Data.Services.Client.DataServiceClientResponsePipelineConfiguration

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public Class DataServiceClientResponsePipelineConfiguration
'Usage
Dim instance As DataServiceClientResponsePipelineConfiguration
public class DataServiceClientResponsePipelineConfiguration
public ref class DataServiceClientResponsePipelineConfiguration
type DataServiceClientResponsePipelineConfiguration =  class end
public class DataServiceClientResponsePipelineConfiguration

The DataServiceClientResponsePipelineConfiguration type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnEntityMaterialized Called when [entity materialized].
Public method OnEntryEnded Called when [read end entry].
Public method OnEntryStarted Called when [read start entry].
Public method OnFeedEnded Called when [read end feed].
Public method OnFeedStarted Called when [read start feed].
Public method OnMessageReaderSettingsCreated Called when [reader settings created].
Public method OnNavigationLinkEnded Called when [read end navigation link].
Public method OnNavigationLinkStarted Called when [read start navigation link].
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Client Namespace