WebHookContext(HttpRequestMessage) Constructor
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.
Constructs a new instance.
public WebHookContext(System.Net.Http.HttpRequestMessage request);
new Microsoft.Azure.WebJobs.WebHookContext : System.Net.Http.HttpRequestMessage -> Microsoft.Azure.WebJobs.WebHookContext
Public Sub New (request As HttpRequestMessage)
Parameters
- request
- HttpRequestMessage
The HttpRequestMessage that initiated the WebHook invocation.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET