Click or drag to resize
IAppBuilderExtensions Methods

The IAppBuilderExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberUseHttpCorrelator
Use this to add a correlation ID to your http responses and requests to enable the correlation of events across multiple services and clients. By default the correlation ID is stored in a header with the name correlation-id but this can be changed with the httpCorrelationHeaderKey parameter. If the request has an existing correlation header then this is added to the request, if no header is present then a GUID is generated and used as the ID and added to both the request and the response.
Public methodStatic memberUseHttpLogger
In order to capture the full set of data during a HTTP request this OWIN plugin must be the first plugin in the chain. Configure OWIN to trace HTTP requests and responses. Note that capturing request query parameters and request and response data could cause data security issues - potentially sensitive data will be logged to Azure table storage. Therefore by default none of this is captured.
Top
See Also