HttpRequestIdentifierFeature 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class HttpRequestIdentifierFeature : Microsoft::AspNetCore::Http::Features::IHttpRequestIdentifierFeature
public class HttpRequestIdentifierFeature : Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature
type HttpRequestIdentifierFeature = class
interface IHttpRequestIdentifierFeature
Public Class HttpRequestIdentifierFeature
Implements IHttpRequestIdentifierFeature
- 继承
-
HttpRequestIdentifierFeature
- 实现
构造函数
HttpRequestIdentifierFeature() |
属性
TraceIdentifier |
获取或设置一个值以唯一标识请求。 这可用于日志记录和诊断。 |