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)
38connection.LocalEndPoint = expectedLocalEndPoint;
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.Activity.cs (1)
561client.Connection.LocalEndPoint = new IPEndPoint(IPAddress.Loopback, 5000);