EventResponseMessage 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 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
Azure SDK for .NET