ReceivingResponseEventArgs.Descriptor 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.
Descriptor for the request that the client is receiving the response for. The descriptor may be null for certain types of requests, like most GET requests and the top level $batch request.
public Microsoft.OData.Client.Descriptor Descriptor { get; }
member this.Descriptor : Microsoft.OData.Client.Descriptor
Public ReadOnly Property Descriptor As Descriptor