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)
54
connection.
RemoteEndPoint
= expectedRemoteEndPoint;
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.Activity.cs (1)
562
client.Connection.
RemoteEndPoint
= new IPEndPoint(IPAddress.Parse("192.168.1.100"), 12345);