3 overrides of CreateRequestId
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1Connection.cs (1)
674protected override string CreateRequestId()
Internal\Http2\Http2Stream.cs (1)
179protected override string CreateRequestId()
Internal\Http3\Http3Stream.cs (1)
931protected override string CreateRequestId()
1 reference to CreateRequestId
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
125_requestId = CreateRequestId();