EventResponseMessage interface  
The event response message received from the service URI.
Properties
| content | The content of the event response message. | 
| headers | The headers of the event response message. | 
| reason | The reason phrase of the event response message. | 
| status | The status code of the event response message. | 
| version | The HTTP message version. | 
Property Details
content
The content of the event response message.
content?: stringProperty Value
string
headers
The headers of the event response message.
headers?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}
		reasonPhrase
	 
	The reason phrase of the event response message.
reasonPhrase?: stringProperty Value
string
		statusCode
	 
	The status code of the event response message.
statusCode?: stringProperty Value
string
version
The HTTP message version.
version?: stringProperty Value
string