DevicePortalConnectionRequestReceivedEventArgs.ResponseMessage Property
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.
Gets the HTTP response message for this request.
public:
property HttpResponseMessage ^ ResponseMessage { HttpResponseMessage ^ get(); };
HttpResponseMessage ResponseMessage();
public HttpResponseMessage ResponseMessage { get; }
var httpResponseMessage = devicePortalConnectionRequestReceivedEventArgs.responseMessage;
Public ReadOnly Property ResponseMessage As HttpResponseMessage
Property Value
An HttpResponseMessage instance that will contain the device portal plugin's response to an HTTP request. Its properties must be set by the plugin app.