2 references to GetPort
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (2)
325public int RemotePort => RemoteEndPoint.GetPort(); 327public int LocalPort => LocalEndPoint.GetPort();