Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 685 Bytes

deviceportalconnectionrequestreceivedeventargs_responsemessage.md

File metadata and controls

23 lines (15 loc) · 685 Bytes
-api-id -api-type
P:Windows.System.Diagnostics.DevicePortal.DevicePortalConnectionRequestReceivedEventArgs.ResponseMessage
winrt property

Windows.System.Diagnostics.DevicePortal.DevicePortalConnectionRequestReceivedEventArgs.ResponseMessage

-description

Gets the HTTP response message for this request.

-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.

-remarks

-see-also

-examples