DataServiceContext Events
.NET Framework 4
The DataServiceContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
ReadingEntity | Occurs after entity data has been completely read into the entity object. |
|
SendingRequest | Occurs when a new HttpWebRequest has been created. |
|
WritingEntity | Occurs after an entity has been fully serialized into XML in a request message. |