AppServiceRequestReceivedEventArgs.Request 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 request that was received from the app service.
public:
property AppServiceRequest ^ Request { AppServiceRequest ^ get(); };
AppServiceRequest Request();
public AppServiceRequest Request { get; }
var appServiceRequest = appServiceRequestReceivedEventArgs.request;
Public ReadOnly Property Request As AppServiceRequest
Property Value
The request that was received from the app service.