ReceivingResponseEventArgs 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.
EventArgs class for the ReceivingResponse event. Exposes the ResponseMessage to the user.
public class ReceivingResponseEventArgs : EventArgs
type ReceivingResponseEventArgs = class
inherit EventArgs
Public Class ReceivingResponseEventArgs
Inherits EventArgs
- Inheritance
-
ReceivingResponseEventArgs
Constructors
ReceivingResponseEventArgs(IODataResponseMessage, Descriptor, Boolean) |
Initializes a new instance of the ReceivingResponseEventArgs class. |
ReceivingResponseEventArgs(IODataResponseMessage, Descriptor) |
Initializes a new instance of the ReceivingResponseEventArgs class for a non-batch or top level $batch response. |
Properties
Descriptor |
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. |
IsBatchPart |
True if the response is an inner batch operation or query; false otherwise. |
ResponseMessage |
Gets the response message that the client is receiving. |