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