1 write to Id
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\ServerSession.cs (1)
24
Id
= new HttpServerSessionHandle(serverSessionId);
3 references to Id
Microsoft.AspNetCore.Server.HttpSys (3)
HttpSysListener.cs (1)
263
Debug.Assert(!_serverSession.
Id
.IsInvalid, "ServerSessionHandle is invalid in CloseV2Config");
NativeInterop\ServerSession.cs (1)
31
Id
.Dispose();
NativeInterop\UrlGroup.cs (1)
36
var statusCode = PInvoke.HttpCreateUrlGroup(_serverSession.
Id
.DangerousGetServerSessionId(), out var urlGroupId);