Base:
property
Connection
Microsoft.AspNetCore.Http.HttpContext.Connection
9 references to Connection
HttpAbstractions.SampleApp (1)
Program.cs (1)
31var connection = context.Connection;
Microsoft.AspNetCore.Grpc.JsonTranscoding.IntegrationTests (1)
Infrastructure\TestHelpers.cs (1)
28httpContext.Connection.RemoteIpAddress = IPAddress.Parse("127.0.0.1");
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
Infrastructure\TestHelpers.cs (1)
30httpContext.Connection.RemoteIpAddress = IPAddress.Parse("127.0.0.1");
JsonTranscodingServerCallContextTests.cs (1)
67httpContext.Connection.RemoteIpAddress = IPAddress.Parse("127.0.0.1");
Microsoft.AspNetCore.Http.Connections.Tests (5)
HttpConnectionDispatcherTests.cs (5)
776context.Connection.Id = "connectionid"; 777context.Connection.LocalIpAddress = IPAddress.Loopback; 778context.Connection.LocalPort = 4563; 779context.Connection.RemoteIpAddress = IPAddress.IPv6Any; 780context.Connection.RemotePort = 43456;