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