EventRequestMessage Class

Definition

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