DevicePortalConnectionRequestReceivedEventArgs.RequestMessage 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 request message for this request.
public:
property HttpRequestMessage ^ RequestMessage { HttpRequestMessage ^ get(); };
HttpRequestMessage RequestMessage();
public HttpRequestMessage RequestMessage { get; }
var httpRequestMessage = devicePortalConnectionRequestReceivedEventArgs.requestMessage;
Public ReadOnly Property RequestMessage As HttpRequestMessage
Property Value
An HttpRequestMessage instance representing the HTTP request coming in through the Windows Device Portal server.