DataServiceClientRequestPipelineConfiguration Class

Class that holds a variety of events for writing the payload from the OData to the wire

Inheritance Hierarchy

System.Object
  System.Data.Services.Client.DataServiceClientRequestPipelineConfiguration

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

Syntax

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

The DataServiceClientRequestPipelineConfiguration type exposes the following members.

Properties

  Name Description
Public property OnMessageCreating Gets the request message to be used for sending the request. By providing a custom message, users can replace the transport layer.

Top

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 OnEntityReferenceLink Called when [entity reference link].
Public method OnEntryEnding Called when [entry ending].
Public method OnEntryStarting Called when [entry starting].
Public method OnMessageWriterSettingsCreated Called when [message writer created].
Public method OnNavigationLinkEnding Called when [navigation link end].
Public method OnNavigationLinkStarting Called when [navigation link starting].
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