Share via


ReceivingResponseEventArgs.Descriptor Property

Definition

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

Property Value

Applies to