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 | |
---|---|---|
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnEntityReferenceLink | Called when [entity reference link]. | |
OnEntryEnding | Called when [entry ending]. | |
OnEntryStarting | Called when [entry starting]. | |
OnMessageWriterSettingsCreated | Called when [message writer created]. | |
OnNavigationLinkEnding | Called when [navigation link end]. | |
OnNavigationLinkStarting | Called when [navigation link starting]. | |
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.