Base:
property
LocalEndPoint
Microsoft.AspNetCore.Connections.BaseConnectionContext.LocalEndPoint
Implemented interface member:
property
LocalEndPoint
Microsoft.AspNetCore.Connections.Features.IConnectionEndPointFeature.LocalEndPoint
2 writes to LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
TransportConnectionFeatureCollectionTests.cs (1)
38
connection.
LocalEndPoint
= expectedLocalEndPoint;
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.Activity.cs (1)
561
client.Connection.
LocalEndPoint
= new IPEndPoint(IPAddress.Loopback, 5000);