EventRequestMessage 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.
The event request message sent to the service URI.
public class EventRequestMessage
type EventRequestMessage = class
Public Class EventRequestMessage
- Inheritance
-
EventRequestMessage
Constructors
EventRequestMessage() |
Initializes a new instance of the EventRequestMessage class. |
EventRequestMessage(EventContent, IDictionary<String,String>, String, String, String) |
Initializes a new instance of the EventRequestMessage class. |
Properties
Content |
Gets or sets the content of the event request message. |
Headers |
Gets or sets the headers of the event request message. |
Method |
Gets or sets the HTTP method used to send the event request message. |
RequestUri |
Gets or sets the URI used to send the event request message. |
Version |
Gets or sets the HTTP message version. |
Applies to
Azure SDK for .NET