Share via


DataServiceClientRequestPipelineConfiguration Class

Definition

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

public class DataServiceClientRequestPipelineConfiguration
type DataServiceClientRequestPipelineConfiguration = class
Public Class DataServiceClientRequestPipelineConfiguration
Inheritance
DataServiceClientRequestPipelineConfiguration

Properties

OnMessageCreating

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

Methods

OnEntityReferenceLink(Action<WritingEntityReferenceLinkArgs>)

Called when [entity reference link].

OnEntryEnding(Action<WritingEntryArgs>)

Called when [entry ending].

OnEntryStarting(Action<WritingEntryArgs>)

Called when [entry starting].

OnMessageWriterSettingsCreated(Action<MessageWriterSettingsArgs>)

Called when [message writer created].

OnNestedResourceInfoEnding(Action<WritingNestedResourceInfoArgs>)

Called when [navigation link end].

OnNestedResourceInfoStarting(Action<WritingNestedResourceInfoArgs>)

Called when [navigation link starting].

Applies to