Base:
property
RemoteEndPoint
Microsoft.AspNetCore.Connections.BaseConnectionContext.RemoteEndPoint
Implemented interface member:
property
RemoteEndPoint
Microsoft.AspNetCore.Connections.Features.IConnectionEndPointFeature.RemoteEndPoint
2 writes to RemoteEndPoint
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
TransportConnectionFeatureCollectionTests.cs (1)
54connection.RemoteEndPoint = expectedRemoteEndPoint;
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.Activity.cs (1)
562client.Connection.RemoteEndPoint = new IPEndPoint(IPAddress.Parse("192.168.1.100"), 12345);