AppServiceRequestReceivedEventArgs.Request Property

Definition

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.

Applies to

See also