EventResponseMessage Class

Definition

The event response message received from the service URI.

public class EventResponseMessage
type EventResponseMessage = class
Public Class EventResponseMessage
Inheritance
EventResponseMessage

Constructors

EventResponseMessage()

Initializes a new instance of the EventResponseMessage class.

EventResponseMessage(String, IDictionary<String,String>, String, String, String)

Initializes a new instance of the EventResponseMessage class.

Properties

Content

Gets or sets the content of the event response message.

Headers

Gets or sets the headers of the event response message.

ReasonPhrase

Gets or sets the reason phrase of the event response message.

StatusCode

Gets or sets the status code of the event response message.

Version

Gets or sets the HTTP message version.

Applies to