1 write to HttpSetRequestProperty
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\HttpApi.cs (1)
65HttpSetRequestProperty = HttpApiModule.GetProcAddress<HttpSetRequestPropertyInvoker>("HttpSetRequestProperty", throwIfNotFound: false);
4 references to HttpSetRequestProperty
Microsoft.AspNetCore.Server.HttpSys (4)
NativeInterop\HttpApi.cs (3)
49[MemberNotNullWhen(true, nameof(HttpSetRequestProperty))] 51[MemberNotNullWhen(true, nameof(HttpSetRequestProperty))] 66SupportsReset = HttpSetRequestProperty != null;
RequestProcessing\RequestContext.cs (1)
260var statusCode = HttpApi.HttpSetRequestProperty(Server.RequestQueue.Handle, Request.RequestId, HTTP_REQUEST_PROPERTY.HttpRequestPropertyStreamError, &streamError,