DataServiceClientRequestPipelineConfiguration 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 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]. |