DataServiceClientRequestPipelineConfiguration.OnMessageCreating Property
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.
Gets the request message to be used for sending the request. By providing a custom message, users can replace the transport layer.
public Func<Microsoft.OData.Client.DataServiceClientRequestMessageArgs,Microsoft.OData.Client.DataServiceClientRequestMessage> OnMessageCreating { get; set; }
member this.OnMessageCreating : Func<Microsoft.OData.Client.DataServiceClientRequestMessageArgs, Microsoft.OData.Client.DataServiceClientRequestMessage> with get, set
Public Property OnMessageCreating As Func(Of DataServiceClientRequestMessageArgs, DataServiceClientRequestMessage)